aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-04-07iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause
2013-04-07irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause
2013-04-07caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2013-04-07Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause
2013-04-07ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause
2013-04-07atm: update msg_namelen in vcc_recvmsg()Mathias Krause
2013-04-07ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch
2013-04-06netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy
2013-04-05SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust
2013-04-05SUNRPC: Remove extra xprt_put()Chuck Lever
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-04-05net: ipv4: notify when address lifetime changesJiri Pirko
2013-04-05af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman
2013-04-05Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL"Eric W. Biederman
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich
2013-04-04Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2013-04-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-04-03Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-03netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengthsMatthias Schiffer
2013-04-02VSOCK: Handle changes to the VMCI context ID.Reilly Grant
2013-04-02net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan
2013-04-02cbq: incorrect processing of high limitsVasily Averin
2013-04-01Merge tag 'nfc-fixes-3.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-04-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-30cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-03-29net: fq_codel: Fix off-by-one errorVijay Subramanian
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani
2013-03-29net: fix the use of this_cpu_ptrLi RongQing
2013-03-29ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-03-27sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun
2013-03-27netfilter: nf_conntrack: fix error return codeWei Yongjun
2013-03-27openvswitch: correct an invalid BUG_ONHong Zhiguo
2013-03-27openvswitch: Preallocate reply skb in ovs_vport_cmd_set().Jesse Gross
2013-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong
2013-03-26NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-03-25ipv6: fix bad free of addrconf_init_netHong Zhiguo
2013-03-25unix: fix a race condition in unix_release()Paul Moore