summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: drop dst before queueing fragmentsEric Dumazet2013-04-172-6/+20
* esp4: fix error return code in esp_output()Wei Yongjun2013-04-151-3/+3
* bridge: make user modified path cost stickystephen hemminger2013-04-153-1/+4
* ipv6: statically link register_inet6addr_notifier()Cong Wang2013-04-142-21/+22
* net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward2013-04-121-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-127-44/+92
|\
| * netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal2013-04-121-33/+7
| * netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-094-4/+76
| * netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik2013-04-091-3/+7
| * netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy2013-04-061-4/+2
* | tcp: Reallocate headroom if it would overflow csum_startThomas Graf2013-04-111-2/+6
* | tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-04-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-1022-42/+101
|\ \
| * \ Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-04-091-3/+3
| |\ \
| | * | can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-3/+3
| * | | selinux: add a skb_owned_by() hookEric Dumazet2013-04-091-0/+1
| |/ /
| * | netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun2013-04-081-1/+1
| * | af_iucv: fix recvmsg by replacing skb_pull() functionUrsula Braun2013-04-081-18/+16
| * | rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-04-081-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-081-0/+2
| |\ \
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-031-0/+2
| | |\ \
| | | * | cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov2013-03-301-0/+2
| * | | | net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko2013-04-081-16/+42
| * | | | net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko2013-04-081-0/+2
| * | | | VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause2013-04-071-0/+2
| * | | | VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue()Mathias Krause2013-04-071-1/+2
| * | | | tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-04-071-0/+7
| * | | | rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause2013-04-071-0/+1
| * | | | NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause2013-04-071-0/+3
| * | | | netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause2013-04-071-0/+1
| * | | | llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause2013-04-071-0/+2
| * | | | l2tp: fix info leak in l2tp_ip6_recvmsg()Mathias Krause2013-04-071-0/+1
| * | | | iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause2013-04-071-0/+2
| * | | | irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-04-071-0/+2
| * | | | caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause2013-04-071-0/+2
| * | | | Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause2013-04-071-0/+1
| * | | | Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-04-071-0/+1
| * | | | Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause2013-04-071-2/+2
| * | | | ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause2013-04-071-0/+1
| * | | | atm: update msg_namelen in vcc_recvmsg()Mathias Krause2013-04-071-0/+2
| * | | | ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch2013-04-071-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-101-8/+3
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust2013-04-051-5/+2
| * | | SUNRPC: Remove extra xprt_put()Chuck Lever2013-04-051-3/+1
* | | | netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-051-0/+1
* | | | net: ipv4: notify when address lifetime changesJiri Pirko2013-04-051-2/+4
* | | | af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman2013-04-051-1/+1
* | | | Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL"Eric W. Biederman2013-04-051-2/+2
* | | | net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-04-051-3/+3
* | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-04-044-2/+7
|\ \ \ \
OpenPOWER on IntegriCloud