summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-04Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-11-04bridge: update mdb expiration timer upon reports.Vlad Yasevich1-1/+8
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-11-04net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai1-2/+3
2013-11-04net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai2-19/+25
2013-11-04xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant3-19/+22
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-04sit: amend "allow to use rtnl ops on fb tunnel"Willem de Bruijn1-1/+0
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-04batman-adv: set up network coding packet handlers during module initMatthias Schiffer3-16/+31
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.11.6v3.11.6Greg Kroah-Hartman1-1/+1
2013-10-18x86: avoid remapping data in parse_setup_data()Linn Crosetto3-13/+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: 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
2013-10-18ipc: drop ipcctl_pre_downDavidlohr Bueso2-23/+4
2013-10-18ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso1-4/+6
2013-10-18ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+20
2013-10-18drm/radeon: fix hw contexts for SUMO2 asicswojciech kapuscinski1-1/+1
2013-10-18drm/radeon: fix typo in CP DMA register headersAlex Deucher3-5/+5
2013-10-18drm/radeon: forever loop on error in radeon_do_test_moves()Dan Carpenter1-2/+2
2013-10-18drm/radeon/dpm: off by one in si_set_mc_special_registers()Dan Carpenter1-3/+3
2013-10-18drm/i915: fix rps.vlv_work initializationImre Deak1-2/+2