summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAge
* af_key: fix info leaks in notify messagesMathias Krause2013-06-26
* ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-06-26
* net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-26
* ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa2013-06-25
* gre: fix a possible skb leakEric Dumazet2013-06-25
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-25
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-25
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-06-24
| | |\
| | | * Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-06-23
* | | | ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明2013-06-25
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-06-24
|\ \ \ \ | |/ / / |/| | |
| * | | netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng2013-06-24
| * | | netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal2013-06-24
| * | | netfilter: nf_nat_sip: fix manglingBalazs Peter Odor2013-06-24
| * | | netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester2013-06-20
| * | | ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov2013-06-19
* | | | ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-06-19
* | | | ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik2013-06-19
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-19
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-19
| |\ \ \ | | |_|/ | |/| |
| | * | nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg2013-06-19
* | | | ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer2013-06-17
* | | | bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-17
* | | | vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao2013-06-17
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-17
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-17
| |\ \ \ \ | | |/ / /
| | * | | Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg2013-06-13
| | * | | Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-06-13
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-12
| | |\ \ \ | | | |/ /
| | | * | mac80211: Fix rate control mask matching callSimon Wunderlich2013-06-12
| | | * | mac80211: abort CAC in stop_ap()Simon Wunderlich2013-06-12
| | | * | mac80211: work around broken APs not including HT infoJohannes Berg2013-06-12
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-06-17
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester2013-06-12
| * | | netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester2013-06-12
| * | | netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso2013-06-11
* | | | sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman2013-06-13
* | | | ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet2013-06-13
* | | | net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan2013-06-13
* | | | l2tp: Fix sendmsg() return valueGuillaume Nault2013-06-13
* | | | l2tp: Fix PPP header erasure and memory leakGuillaume Nault2013-06-13
* | | | packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann2013-06-13
* | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-06-13
|\ \ \ \
| * | | | batman-adv: Don't handle address updates when bla is disabledSimon Wunderlich2013-06-10
| * | | | batman-adv: forward late OGMs from best next hopSimon Wunderlich2013-06-10
| * | | | batman-adv: wait for rtnl in batadv_store_mesh_iface instead of failing if it...Matthias Schiffer2013-06-10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-12
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-12
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-12
| | * | | | Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-12