aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-04unix_diag: fix info leakMathias Krause
2013-11-04farsync: fix info leak in ioctlSalva Peiró
2013-11-04l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet
2013-11-04vti: get rid of nf mark rule in preroutingChristophe Gouault
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2013-11-04xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant
2013-11-04net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam
2013-11-04can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde
2013-11-04ipv4: fix ineffective source address selectionJiri Benc
2013-11-04proc connector: fix info leaksMathias Krause
2013-11-04net: heap overflow in __audit_sockaddr()Dan Carpenter
2013-11-04net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth
2013-11-04net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth
2013-11-04l2tp: Fix build warning with ipv6 disabled.David S. Miller
2013-11-04l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois CACHEREUL
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-11-04tcp: must unclone packets before mangling themEric Dumazet
2013-11-04tcp: TSQ can use a dynamic limitEric Dumazet
2013-11-04tcp: TSO packets automatic sizingEric Dumazet
2013-10-18Linux 3.10.17v3.10.17Greg Kroah-Hartman
2013-10-18x86: avoid remapping data in parse_setup_data()Linn Crosetto
2013-10-18ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso
2013-10-18ipc/sem.c: update sem_otime for all operationsManfred Spraul
2013-10-18ipc/sem.c: synchronize the proc interfaceManfred Spraul
2013-10-18ipc/sem.c: optimize sem_lock()Manfred Spraul
2013-10-18ipc/sem.c: fix race in sem_lock()Manfred Spraul
2013-10-18ipc: fix race with LSMsDavidlohr Bueso
2013-10-18ipc: drop ipc_lock_checkDavidlohr Bueso
2013-10-18ipc, shm: drop shm_lock_checkDavidlohr Bueso
2013-10-18ipc: drop ipc_lock_by_ptrDavidlohr Bueso
2013-10-18ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso
2013-10-18ipc: document general ipc locking schemeDavidlohr Bueso
2013-10-18ipc,msg: drop msg_unlockDavidlohr Bueso
2013-10-18ipc: rename ids->rw_mutexDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region for shmatDavidlohr Bueso
2013-10-18ipc,shm: cleanup do_shmat pastaDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region for shmctlDavidlohr Bueso
2013-10-18ipc,shm: make shmctl_nolock locklessDavidlohr Bueso
2013-10-18ipc,shm: introduce shmctl_nolockDavidlohr Bueso
2013-10-18ipc: drop ipcctl_pre_downDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso
2013-10-18ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso
2013-10-18ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul
2013-10-18ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul
2013-10-18ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul
2013-10-18ipc/sem.c: always use only one queue for alter operationsManfred Spraul
2013-10-18ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul
2013-10-18ipc/sem.c: cacheline align the semaphore structuresManfred Spraul