Age | Commit message (Expand) | Author |
2014-03-24 | tipc: fix spinlock recursion bug for failed subscriptions | Erik Hugne |
2014-03-24 | netpoll: fix the skb check in pkt_is_ns | Li RongQing |
2014-03-20 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller |
2014-03-20 | ip6mr: fix mfc notification flags | Nicolas Dichtel |
2014-03-20 | ipmr: fix mfc notification flags | Nicolas Dichtel |
2014-03-20 | rtnetlink: fix fdb notification flags | Nicolas Dichtel |
2014-03-20 | openvswitch: Correctly report flow used times for first 5 minutes after boot. | Ben Pfaff |
2014-03-18 | ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly | lucien |
2014-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2014-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-03-13 | ipv6: Avoid unnecessary temporary addresses being generated | Heiner Kallweit |
2014-03-12 | net: socket: error on a negative msg_namelen | Matthew Leach |
2014-03-11 | bridge: multicast: enable snooping on general queries only | Linus Lüssing |
2014-03-11 | bridge: multicast: add sanity check for general query destination | Linus Lüssing |
2014-03-11 | tcp: tcp_release_cb() should release socket ownership | Eric Dumazet |
2014-03-11 | skbuff: skb_segment: orphan frags before copying | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/fskb/list_skb/ | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/skb/head_skb/ | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/skb_frag/frag/ | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/frag/nskb_frag/ | Michael S. Tsirkin |
2014-03-10 | vlan: Set correct source MAC address with TX VLAN offload enabled | Peter Boström |
2014-03-10 | pkt_sched: fq: do not hold qdisc lock while allocating memory | Eric Dumazet |
2014-03-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-03-10 | pkt_sched: move the sanity test in qdisc_list_add() | Eric Dumazet |
2014-03-10 | sockfd_lookup_light(): switch to fdget^W^Waway from fget_light | Al Viro |
2014-03-10 | selinux: add gfp argument to security_xfrm_policy_alloc and fix callers | Nikolay Aleksandrov |
2014-03-10 | net: af_key: fix sleeping under rcu | Nikolay Aleksandrov |
2014-03-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2014-03-06 | ipv6: don't set DST_NOCOUNT for remotely added routes | Sabrina Dubroca |
2014-03-06 | ipv6: Fix exthdrs offload registration. | Anton Nayshtut |
2014-03-06 | net: unix socket code abuses csum_partial | Anton Blanchard |
2014-03-06 | inet: frag: make sure forced eviction removes all frags | Florian Westphal |
2014-03-06 | tipc: don't log disabled tasklet handler errors | Erik Hugne |
2014-03-06 | tipc: fix memory leak during module removal | Erik Hugne |
2014-03-06 | tipc: drop subscriber connection id invalidation | Erik Hugne |
2014-03-06 | tipc: avoid to unnecessary process switch under non-block mode | Ying Xue |
2014-03-06 | tipc: fix connection refcount leak | Ying Xue |
2014-03-06 | tipc: allow connection shutdown callback to be invoked in advance | Ying Xue |
2014-03-06 | l2tp: fix userspace reception on plain L2TP sockets | Guillaume Nault |
2014-03-06 | l2tp: fix manual sequencing (de)activation in L2TPv2 | Guillaume Nault |
2014-03-06 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville |
2014-03-05 | net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk | Daniel Borkmann |
2014-03-05 | bridge: multicast: add sanity check for query source addresses | Linus Lüssing |
2014-03-05 | net: fix for a race condition in the inet frag code | Nikolay Aleksandrov |
2014-03-05 | mac80211: clear sequence/fragment number in QoS-null frames | Johannes Berg |
2014-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-03-03 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller |
2014-03-03 | net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable | Daniel Borkmann |
2014-03-03 | Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca... | David S. Miller |
2014-03-03 | ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointer | Xin Long |