Age | Commit message (Expand) | Author | Files | Lines |
2013-07-02 | Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -22/+2 |
2013-06-27 | af_key: fix info leaks in notify messages | Mathias Krause | 1 | -0/+2 |
2013-06-27 | ipv6: ip6_sk_dst_check() must not assume ipv6 dst | Eric Dumazet | 1 | -1/+7 |
2013-06-27 | net: fix kernel deadlock with interface rename and netdev name retrieval. | Nicolas Schichan | 3 | -30/+40 |
2013-06-26 | ipv6: check return value of ipv6_get_lladdr | Hannes Frederic Sowa | 1 | -5/+4 |
2013-06-26 | gre: fix a possible skb leak | Eric Dumazet | 2 | -9/+13 |
2013-06-26 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 1 | -1/+1 |
2013-06-26 | ipv6: Process unicast packet with Router Alert by checking flag in skb. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -3/+2 |
2013-06-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2013-06-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 6 | -8/+15 |
2013-06-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 1 | -1/+1 |
2013-06-24 | netfilter: ipt_ULOG: fix incorrect setting of ulog timer | Gao feng | 1 | -4/+8 |
2013-06-24 | netfilter: ctnetlink: send event when conntrack label was modified | Florian Westphal | 2 | -1/+2 |
2013-06-24 | netfilter: nf_nat_sip: fix mangling | Balazs Peter Odor | 1 | -1/+2 |
2013-06-23 | Bluetooth: Fix invalid length check in l2cap_information_rsp() | Jaganath Kanakkassery | 1 | -1/+1 |
2013-06-20 | netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handling | Phil Oester | 1 | -1/+1 |
2013-06-20 | ipv6: don't call addrconf_dst_alloc again when enable lo | Gao feng | 1 | -0/+3 |
2013-06-20 | ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets. | Aydin Arik | 1 | -2/+2 |
2013-06-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+9 |
2013-06-19 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -2/+9 |
2013-06-19 | nl80211: fix attrbuf access race by allocating a separate one | Johannes Berg | 1 | -2/+9 |
2013-06-19 | ipvs: SCTP ports should be writable in ICMP packets | Julian Anastasov | 1 | -1/+2 |
2013-06-18 | ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb | Matthias Schiffer | 1 | -1/+1 |
2013-06-18 | bridge: fix switched interval for MLD Query types | Linus Lüssing | 1 | -2/+3 |
2013-06-18 | vlan: restore ethtool ABI to control VLAN hardware acceleration | Fernando Luis Vazquez Cao | 1 | -3/+3 |
2013-06-18 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 7 | -17/+105 |
2013-06-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -9/+22 |
2013-06-17 | Merge 3.10-rc6 into char-misc-next | Greg Kroah-Hartman | 24 | -125/+211 |
2013-06-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 7 | -17/+105 |
2013-06-14 | sctp: fully initialize sctp_outq in sctp_outq_init | Neil Horman | 1 | -4/+2 |
2013-06-13 | Bluetooth: Fix conditions for HCI_Delete_Stored_Link_Key | Johan Hedberg | 1 | -5/+10 |
2013-06-13 | Bluetooth: Fix crash in l2cap_build_cmd() with small MTU | Anderson Lizardo | 1 | -0/+3 |
2013-06-13 | ip_tunnel: remove __net_init/exit from exported functions | Eric Dumazet | 1 | -2/+2 |
2013-06-13 | net/ipv4: ip_vti clear skb cb before tunneling. | Saurabh Mohan | 1 | -2/+1 |
2013-06-13 | l2tp: Fix sendmsg() return value | Guillaume Nault | 1 | -1/+1 |
2013-06-13 | l2tp: Fix PPP header erasure and memory leak | Guillaume Nault | 1 | -2/+2 |
2013-06-13 | packet: packet_getname_spkt: make sure string is always 0-terminated | Daniel Borkmann | 1 | -3/+2 |
2013-06-13 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 3 | -35/+60 |
2013-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 14 | -38/+122 |
2013-06-12 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 5 | -12/+92 |
2013-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+1 |
2013-06-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -22/+81 |
2013-06-12 | Bluetooth: Fix mgmt handling of power on failures | Johan Hedberg | 2 | -1/+26 |
2013-06-12 | Bluetooth: Fix missing length checks for L2CAP signalling PDUs | Johan Hedberg | 1 | -18/+52 |
2013-06-12 | Bluetooth: Fix checks for LE support on LE-only controllers | Johan Hedberg | 2 | -3/+3 |
2013-06-12 | netfilter: xt_TCPMSS: Fix missing fragmentation handling | Phil Oester | 1 | -0/+4 |
2013-06-12 | netfilter: xt_TCPMSS: Fix IPv6 default MSS too | Phil Oester | 1 | -7/+14 |
2013-06-12 | mac80211: Fix rate control mask matching call | Simon Wunderlich | 1 | -1/+1 |
2013-06-12 | mac80211: abort CAC in stop_ap() | Simon Wunderlich | 1 | -0/+6 |
2013-06-12 | mac80211: work around broken APs not including HT info | Johannes Berg | 3 | -11/+85 |