Age | Commit message (Expand) | Author |
2013-11-04 | unix_diag: fix info leak | Mathias Krause |
2013-11-04 | farsync: fix info leak in ioctl | Salva Peiró |
2013-11-04 | l2tp: must disable bh before calling l2tp_xmit_skb() | Eric Dumazet |
2013-11-04 | vti: get rid of nf mark rule in prerouting | Christophe Gouault |
2013-11-04 | net: vlan: fix nlmsg size calculation in vlan_get_size() | Marc Kleine-Budde |
2013-11-04 | xen-netback: Don't destroy the netdev until the vif is shut down | Paul Durrant |
2013-11-04 | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected | Fabio Estevam |
2013-11-04 | can: dev: fix nlmsg size calculation in can_get_size() | Marc Kleine-Budde |
2013-11-04 | ipv4: fix ineffective source address selection | Jiri Benc |
2013-11-04 | proc connector: fix info leaks | Mathias Krause |
2013-11-04 | net: heap overflow in __audit_sockaddr() | Dan Carpenter |
2013-11-04 | net: mv643xx_eth: fix orphaned statistics timer crash | Sebastian Hesselbarth |
2013-11-04 | net: mv643xx_eth: update statistics timer from timer context only | Sebastian Hesselbarth |
2013-11-04 | l2tp: Fix build warning with ipv6 disabled. | David S. Miller |
2013-11-04 | l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses | François CACHEREUL |
2013-11-04 | net: do not call sock_put() on TIMEWAIT sockets | Eric Dumazet |
2013-11-04 | tcp: fix incorrect ca_state in tail loss probe | Yuchung Cheng |
2013-11-04 | tcp: do not forget FIN in tcp_shifted_skb() | Eric Dumazet |
2013-11-04 | tcp: must unclone packets before mangling them | Eric Dumazet |
2013-11-04 | tcp: TSQ can use a dynamic limit | Eric Dumazet |
2013-11-04 | tcp: TSO packets automatic sizing | Eric Dumazet |
2013-10-18 | Linux 3.10.17v3.10.17 | Greg Kroah-Hartman |
2013-10-18 | x86: avoid remapping data in parse_setup_data() | Linn Crosetto |
2013-10-18 | ipc,msg: prevent race with rmid in msgsnd,msgrcv | Davidlohr Bueso |
2013-10-18 | ipc/sem.c: update sem_otime for all operations | Manfred Spraul |
2013-10-18 | ipc/sem.c: synchronize the proc interface | Manfred Spraul |
2013-10-18 | ipc/sem.c: optimize sem_lock() | Manfred Spraul |
2013-10-18 | ipc/sem.c: fix race in sem_lock() | Manfred Spraul |
2013-10-18 | ipc: fix race with LSMs | Davidlohr Bueso |
2013-10-18 | ipc: drop ipc_lock_check | Davidlohr Bueso |
2013-10-18 | ipc, shm: drop shm_lock_check | Davidlohr Bueso |
2013-10-18 | ipc: drop ipc_lock_by_ptr | Davidlohr Bueso |
2013-10-18 | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso |
2013-10-18 | ipc: document general ipc locking scheme | Davidlohr Bueso |
2013-10-18 | ipc,msg: drop msg_unlock | Davidlohr Bueso |
2013-10-18 | ipc: rename ids->rw_mutex | Davidlohr Bueso |
2013-10-18 | ipc,shm: shorten critical region for shmat | Davidlohr Bueso |
2013-10-18 | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso |
2013-10-18 | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso |
2013-10-18 | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso |
2013-10-18 | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso |
2013-10-18 | ipc: drop ipcctl_pre_down | Davidlohr Bueso |
2013-10-18 | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso |
2013-10-18 | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso |
2013-10-18 | ipc/msg.c: Fix lost wakeup in msgsnd(). | Manfred Spraul |
2013-10-18 | ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update | Manfred Spraul |
2013-10-18 | ipc/sem.c: replace shared sem_otime with per-semaphore value | Manfred Spraul |
2013-10-18 | ipc/sem.c: always use only one queue for alter operations | Manfred Spraul |
2013-10-18 | ipc/sem: separate wait-for-zero and alter tasks into seperate queues | Manfred Spraul |
2013-10-18 | ipc/sem.c: cacheline align the semaphore structures | Manfred Spraul |