aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* drop_monitor: dont sleep in atomic contextEric Dumazet2012-10-021-68/+33
* drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-10-021-5/+7
* drop_monitor: Make updating data->skb smp safeNeil Horman2012-10-021-16/+54
* drop_monitor: fix sleeping in invalid context warningNeil Horman2012-10-021-7/+7
* rds: set correct msg_namelenWeiping Pan2012-10-021-0/+3
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-022-2/+5
* cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez2012-10-021-3/+9
* net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-10-021-2/+12
* l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-10-022-2/+2
* netlink: fix possible spoofing from non-root processesPablo Neira Ayuso2012-10-021-1/+3
* net: fix info leak in compat dev_ifconf()Mathias Krause2012-10-021-0/+1
* ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-10-021-0/+1
* dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause2012-10-021-0/+1
* llc: fix info leak via getsockname()Mathias Krause2012-10-021-2/+1
* Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* 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