summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-02l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2-2/+2
2012-10-02netlink: fix possible spoofing from non-root processesPablo Neira Ayuso1-1/+3
2012-10-02net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2012-10-02ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2012-10-02dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause1-0/+1
2012-10-02llc: fix info leak via getsockname()Mathias Krause1-2/+1
2012-10-02Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-10-02Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-10-02Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-10-02Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-10-02Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2012-10-02atm: fix info leak via getsockname()Mathias Krause1-0/+1
2012-10-02atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2012-10-02ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings1-3/+1
2012-10-02af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2012-10-02net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-10-02net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA1-3/+11
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings4-11/+18
2012-10-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-09-14dccp: check ccid before dereferencingMathias Krause1-2/+2
2012-09-14svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-09-14svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-09-14svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-08-15cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li1-0/+3
2012-08-15cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-08-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2-0/+4
2012-08-15mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-15SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-08-09net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-08-09wanmain: comparing array with NULLAlan Cox1-28/+23
2012-08-09cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-08-09caif: Fix access to freed pernet memorySjur Brændeland1-1/+1
2012-08-09sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-08-09sch_sfb: Fix missing NULL checkAlan Cox1-0/+2
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-07-19cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-07-19tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2012-07-16mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-07-16cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-07-16netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-07-16ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-07-16bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger3-1/+3
2012-07-16ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-07-16net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
2012-07-16net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-06-22NFSv4.1: Fix a request leak on the back channelTrond Myklebust1-1/+2
2012-06-17cfg80211: fix interface combinations checkJohannes Berg1-1/+18
2012-06-17mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28