aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-10-021-1/+1
* Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-10-021-0/+1
* atm: fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause2012-10-021-0/+1
* ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-10-021-3/+1
* af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net2012-10-021-1/+0
* net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-10-021-2/+5
* net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA2012-10-021-3/+11
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-024-11/+18
* net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-10-021-0/+4
* dccp: check ccid before dereferencingMathias Krause2012-09-141-2/+2
* svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-09-141-1/+2
* svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-09-141-5/+2
* svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-09-141-1/+1
* cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li2012-08-151-0/+3
* cfg80211: process pending events when unregistering net deviceDaniel Drake2012-08-153-1/+7
* net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-08-152-0/+4
* mac80211: cancel mesh path timerJohannes Berg2012-08-151-0/+1
* SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky2012-08-151-2/+2
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-08-091-1/+3
* net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-08-091-1/+7
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-08-091-1/+4
* wanmain: comparing array with NULLAlan Cox2012-08-091-28/+23
* cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-08-091-2/+4
* caif: Fix access to freed pernet memorySjur Brændeland2012-08-091-1/+1
* sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-08-092-7/+12
* sch_sfb: Fix missing NULL checkAlan Cox2012-08-091-0/+2
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-093-1/+14
* cfg80211: check iface combinations only when iface is runningMichal Kazior2012-07-191-1/+1
* tcp: drop SYN+FIN messagesEric Dumazet2012-07-191-0/+2
* mac80211: correct behaviour on unrecognised action framesJohannes Berg2012-07-161-1/+4
* cfg80211: fix potential deadlock in regulatoryEliad Peller2012-07-161-1/+1
* netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-07-161-5/+6
* ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-07-161-10/+31
* bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger2012-07-163-1/+3
* ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław2012-07-161-0/+1
* net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet2012-07-161-0/+2
* net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-07-161-2/+5
* NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-06-221-1/+2
* cfg80211: fix interface combinations checkJohannes Berg2012-06-171-1/+18
* mac80211: clean up remain-on-channel on interface stopJohannes Berg2012-06-172-0/+28
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-06-102-26/+16
* sctp: check cached dst before using itNicolas Dichtel2012-06-102-20/+1
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-102-32/+6
* pktgen: fix module unload for goodEric Dumazet2012-06-101-2/+2
* pktgen: fix crash at module unloadEric Dumazet2012-06-101-2/+8
* l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman2012-06-101-6/+24
* ipv6: fix incorrect ipsec fragmentGao feng2012-06-102-18/+53
* ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang2012-06-101-7/+13