Age | Commit message (Expand) | Author | Files | Lines |
2013-04-02 | VSOCK: Handle changes to the VMCI context ID. | Reilly Grant | 4 | -26/+23 |
2013-04-02 | net IPv6 : Fix broken IPv6 routing table after loopback down-up | Balakumaran Kannan | 1 | -0/+27 |
2013-04-02 | cbq: incorrect processing of high limits | Vasily Averin | 1 | -1/+4 |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 20 | -82/+244 |
2013-03-29 | net: add a synchronize_net() in netdev_rx_handler_unregister() | Eric Dumazet | 1 | -0/+6 |
2013-03-29 | net: fq_codel: Fix off-by-one error | Vijay Subramanian | 1 | -1/+1 |
2013-03-29 | net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb' | Shmulik Ladkani | 1 | -1/+0 |
2013-03-29 | net: fix the use of this_cpu_ptr | Li RongQing | 1 | -1/+1 |
2013-03-29 | ipv6: don't accept node local multicast traffic from the wire | Hannes Frederic Sowa | 1 | -0/+12 |
2013-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+3 |
2013-03-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 12 | -76/+154 |
2013-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -1/+66 |
2013-03-27 | sch: add missing u64 in psched_ratecfg_precompute() | Sergey Popovich | 1 | -1/+1 |
2013-03-27 | rtnetlink: fix error return code in rtnl_link_fill() | Wei Yongjun | 1 | -1/+3 |
2013-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 32 | -342/+311 |
2013-03-27 | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -2/+7 |
2013-03-26 | ipv4: Fix ip-header identification for gso packets. | Pravin B Shelar | 1 | -2/+1 |
2013-03-26 | af_unix: dont send SCM_CREDENTIAL when dest socket is NULL | dingtianhong | 1 | -2/+2 |
2013-03-25 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 12 | -76/+154 |
2013-03-25 | ipv6: fix bad free of addrconf_init_net | Hong Zhiguo | 1 | -16/+10 |
2013-03-25 | unix: fix a race condition in unix_release() | Paul Moore | 1 | -4/+3 |
2013-03-25 | SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked | Trond Myklebust | 1 | -2/+7 |
2013-03-25 | xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn() | Mathias Krause | 1 | -4/+2 |
2013-03-25 | tcp: undo spurious timeout after SACK reneging | Yuchung Cheng | 1 | -5/+2 |
2013-03-25 | bridge: fix crash when set mac address of br interface | Hong zhi guo | 1 | -1/+1 |
2013-03-25 | 8021q: fix a potential use-after-free | Cong Wang | 1 | -7/+7 |
2013-03-25 | net: remove a WARN_ON() in net_enable_timestamp() | Eric Dumazet | 1 | -1/+0 |
2013-03-24 | mac80211: Don't restart sta-timer if not associated. | Ben Greear | 2 | -3/+6 |
2013-03-24 | cfg80211: always check for scan end on P2P device | Johannes Berg | 6 | -47/+92 |
2013-03-22 | tcp: preserve ACK clocking in TSO | Eric Dumazet | 1 | -2/+5 |
2013-03-21 | mac80211: fix virtual monitor interface locking | Johannes Berg | 1 | -16/+19 |
2013-03-21 | cfg80211: fix wdev tracing crash | Johannes Berg | 1 | -1/+2 |
2013-03-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+1 |
2013-03-20 | net/irda: add missing error path release_sock call | Kees Cook | 1 | -2/+4 |
2013-03-20 | ipconfig: Fix newline handling in log message. | Martin Fuzzey | 1 | -1/+2 |
2013-03-20 | flow_keys: include thoff into flow_keys for later usage | Daniel Borkmann | 1 | -0/+2 |
2013-03-20 | l2tp: unhash l2tp sessions on delete, not on free | Tom Parkin | 3 | -50/+38 |
2013-03-20 | l2tp: avoid deadlock in l2tp stats update | Tom Parkin | 5 | -147/+93 |
2013-03-20 | l2tp: push all ppp pseudowire shutdown through .release handler | Tom Parkin | 1 | -43/+10 |
2013-03-20 | l2tp: purge session reorder queue on delete | Tom Parkin | 1 | -0/+4 |
2013-03-20 | l2tp: add session reorder queue purge function to core | Tom Parkin | 2 | -0/+18 |
2013-03-20 | l2tp: don't BUG_ON sk_socket being NULL | Tom Parkin | 1 | -8/+10 |
2013-03-20 | l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup | Tom Parkin | 1 | -0/+2 |
2013-03-20 | l2tp: close sessions before initiating tunnel delete | Tom Parkin | 1 | -0/+1 |
2013-03-20 | l2tp: close sessions in ip socket destroy callback | Tom Parkin | 2 | -0/+13 |
2013-03-20 | l2tp: export l2tp_tunnel_closeall | Tom Parkin | 2 | -2/+3 |
2013-03-20 | l2tp: add udp encap socket destroy handler | Tom Parkin | 1 | -0/+14 |
2013-03-20 | udp: add encap_destroy callback | Tom Parkin | 2 | -0/+15 |
2013-03-20 | genetlink: trigger BUG_ON if a group name is too long | Masatake YAMATO | 1 | -0/+1 |
2013-03-20 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 10 | -51/+51 |