summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes1-0/+4
2012-10-10Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes3-8/+9
2012-10-10rds: set correct msg_namelenWeiping Pan1-0/+3
2012-10-10net: Statically initialize init_net.dev_base_headRustad, Mark D2-2/+5
2012-10-10cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez1-3/+9
2012-09-19SUNRPC: Fix a UDP transport regressionTrond Myklebust3-14/+24
2012-09-19net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-09-19l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2-2/+2
2012-09-19netlink: fix possible spoofing from non-root processesPablo Neira Ayuso1-1/+3
2012-09-19af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2-3/+3
2012-09-19af_packet: don't emit packet on orig fanout groupEric Leblond2-2/+23
2012-09-19net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2012-09-19ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2012-09-19dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause1-0/+1
2012-09-19llc: fix info leak via getsockname()Mathias Krause1-2/+1
2012-09-19Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-09-19Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-09-19Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-09-19Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause1-0/+1
2012-09-19Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-09-19Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2012-09-19atm: fix info leak via getsockname()Mathias Krause1-0/+1
2012-09-19atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2012-09-19ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings1-3/+1
2012-09-19af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2012-09-19net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-09-19net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA1-3/+11
2012-09-19tcp: Apply device TSO segment limit earlierBen Hutchings4-11/+18
2012-09-19net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-09-12Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-09-12svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-09-12svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-09-12svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-09-12dccp: check ccid before dereferencingMathias Krause1-2/+2
2012-09-12Bluetooth: Fix legacy pairing with some devicesSzymon Janc2-1/+8
2012-08-19cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-08-19mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-19tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-08-19net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-08-19tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-08-19wanmain: comparing array with NULLAlan Cox1-28/+23
2012-08-19cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-08-19caif: Fix access to freed pernet memorySjur Brændeland1-1/+1
2012-08-19sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-08-19sch_sfb: Fix missing NULL checkAlan Cox1-0/+2
2012-08-10drop_monitor: dont sleep in atomic contextEric Dumazet1-68/+33
2012-08-10drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2012-08-10drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54
2012-08-10drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2012-08-10SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2