aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+2
2013-04-08net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko1-16/+42
2013-04-08net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko1-0/+2
2013-04-08mac80211: fix LED in idle handlingJohannes Berg1-8/+19
2013-04-07VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause1-0/+2
2013-04-07VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue()Mathias Krause1-1/+2
2013-04-07tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause1-0/+7
2013-04-07rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2013-04-07NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause1-0/+3
2013-04-07netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause1-0/+1
2013-04-07llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2013-04-07l2tp: fix info leak in l2tp_ip6_recvmsg()Mathias Krause1-0/+1
2013-04-07iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2013-04-07irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-04-07caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause1-0/+2
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause1-0/+1
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-04-07Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-04-07ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-04-07atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-04-07ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch1-0/+1
2013-04-06netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the packetPatrick McHardy1-4/+2
2013-04-05sunrpc: drop "select NETVM"Paul Bolle1-1/+0
2013-04-05SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust1-5/+2
2013-04-05SUNRPC: Remove extra xprt_put()Chuck Lever1-3/+1
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-04-05net: ipv4: notify when address lifetime changesJiri Pirko1-2/+4
2013-04-05af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-04-05Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL"Eric W. Biederman1-2/+2
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-3/+3
2013-04-04Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-2/+7
2013-04-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into wirelessDavid S. Miller7-24/+42
2013-04-04SUNRPC: Don't recognize RPC_AUTH_MAXFLAVORChuck Lever1-1/+4
2013-04-03Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-0/+2
2013-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville7-24/+42
2013-04-03netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengthsMatthias Schiffer1-1/+1
2013-04-02VSOCK: Handle changes to the VMCI context ID.Reilly Grant4-26/+23
2013-04-02net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan1-0/+27
2013-04-02cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-04-01Merge tag 'nfc-fixes-3.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-fixesJohn W. Linville2-11/+3
2013-04-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville5-13/+39
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman55-401/+449
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-82/+244
2013-03-30cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov1-0/+2
2013-03-29SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switchChuck Lever1-13/+13
2013-03-29SUNRPC: Make gss_mech_get() staticChuck Lever1-4/+1
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever3-2/+69
2013-03-29SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever3-7/+20
2013-03-29SUNRPC: Load GSS kernel module by OIDChuck Lever3-0/+9
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever3-5/+59