summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-04sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-11-04sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-11-04net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+12
2013-11-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-11-04virtio-net: refill only when device is up during setting queuesJason Wang1-1/+5
2013-11-04virtio-net: fix the race between channels setting and refillJason Wang1-4/+1
2013-11-04virtio-net: don't respond to cpu hotplug notifier if we're not readyJason Wang1-0/+8
2013-11-04bnx2x: record rx queue for LRO packetsEric Dumazet1-0/+1
2013-11-04connector: use nlmsg_len() to check message lengthMathias Krause1-3/+4
2013-11-04unix_diag: fix info leakMathias Krause1-0/+1
2013-11-04farsync: fix info leak in ioctlSalva Peiró1-0/+1
2013-11-04l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet1-0/+4
2013-11-04vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-11-04xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant3-7/+23
2013-11-04net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
2013-11-04can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde1-5/+5
2013-11-04ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-04proc connector: fix info leaksMathias Krause1-0/+18
2013-11-04net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-11-04net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth1-1/+1
2013-11-04net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth1-3/+1
2013-11-04l2tp: Fix build warning with ipv6 disabled.David S. Miller1-5/+8
2013-11-04l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois CACHEREUL2-4/+26
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-04tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-11-04tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-11-04tcp: TSO packets automatic sizingEric Dumazet8-7/+80
2013-10-18Linux 3.10.17v3.10.17Greg Kroah-Hartman1-1/+1
2013-10-18x86: avoid remapping data in parse_setup_data()Linn Crosetto3-13/+13
2013-10-18ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso1-0/+13
2013-10-18ipc/sem.c: update sem_otime for all operationsManfred Spraul1-13/+29
2013-10-18ipc/sem.c: synchronize the proc interfaceManfred Spraul1-0/+8
2013-10-18ipc/sem.c: optimize sem_lock()Manfred Spraul1-0/+8
2013-10-18ipc/sem.c: fix race in sem_lock()Manfred Spraul1-44/+78
2013-10-18ipc: fix race with LSMsDavidlohr Bueso5-48/+64
2013-10-18ipc: drop ipc_lock_checkDavidlohr Bueso2-17/+0
2013-10-18ipc, shm: drop shm_lock_checkDavidlohr Bueso1-11/+0
2013-10-18ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-10-18ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-10-18ipc: document general ipc locking schemeDavidlohr Bueso1-0/+8
2013-10-18ipc,msg: drop msg_unlockDavidlohr Bueso1-3/+2
2013-10-18ipc: rename ids->rw_mutexDavidlohr Bueso7-69/+69
2013-10-18ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-10-18ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-10-18ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-10-18ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-10-18ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39