summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: send proper message_age in config BPDUstephen hemminger2011-08-032-2/+3
* SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear2011-08-031-1/+1
* SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust2011-08-031-16/+11
* mac80211: fix TKIP replay vulnerabilityJohannes Berg2011-08-031-3/+13
* IPVS netns exit causes crash in conntrackHans Schillstrom2011-07-082-1/+10
* xfrm: Fix off by one in the replay advance functionsSteffen Klassert2011-07-081-2/+2
* vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun2011-07-081-1/+1
* netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2011-07-082-48/+26
* ipv4: fix multicast lossesEric Dumazet2011-07-081-3/+1
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-07-082-0/+4
* SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2011-07-082-3/+3
* nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-07-081-1/+2
* udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2011-07-082-0/+6
* ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang2011-07-081-1/+1
* net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner2011-07-081-0/+3
* inet_diag: fix inet_diag_bc_audit()Eric Dumazet2011-07-081-8/+6
* af_packet: prevent information leakEric Dumazet2011-07-081-0/+2
* bridge: provide a cow_metrics method for fake_opsAlexander Holler2011-07-081-0/+6
* inetpeer: fix race in unused_list manipulationsEric Dumazet2011-07-081-15/+27
* IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom2011-07-081-8/+19
* bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-07-081-0/+1
* net: filter: Use WARN_RATELIMITJoe Perches2011-07-081-1/+3
* netfilter: ipset: fix ip_set_flush return codeJozsef Kadlecsik2011-07-081-1/+1
* net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław2011-07-081-1/+24
* mac80211: fix IBSS teardown raceJohannes Berg2011-06-231-2/+4
* nl80211: fix check for valid SSID size in scan operationsLuciano Coelho2011-06-231-1/+1
* SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust2011-06-031-3/+13
* atm: expose ATM device index in sysfsDan Williams2011-06-031-0/+10
* net: fix __dst_destroy_metrics_generic()Eric Dumazet2011-06-031-1/+1
* sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-06-031-2/+6
* sch_sfq: fix peek() implementationEric Dumazet2011-06-031-13/+1
* sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun2011-06-031-0/+16
* bridge: initialize fake_rtable metricsEric Dumazet2011-06-031-1/+5
* igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico2011-06-031-5/+5
* SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak2011-06-031-6/+4
* net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet2011-06-031-0/+3
* net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław2011-06-031-1/+1
* net: Change netdev_fix_features messages loglevelMichael S. Tsirkin2011-06-031-1/+1
* net: use hlist_del_rcu() in dev_change_name()Eric Dumazet2011-06-031-1/+1
* netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phonesPatrick McHardy2011-06-031-4/+10
* netfilter: nf_ct_sip: validate Content-Length in TCP SIP messagesPatrick McHardy2011-06-031-0/+2
* mac80211: fix a few RCU issuesJohannes Berg2011-06-031-5/+7
* nl80211: Fix set_key regression with some driversJouni Malinen2011-06-031-8/+0
* mac80211: use wake_queue to restart trasmitRajkumar Manoharan2011-06-031-1/+1
* net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard2011-06-031-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-164-20/+14
|\
| * net: Change netdev_fix_features messages loglevelMichał Mirosław2011-05-161-14/+8
| * IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom2011-05-153-6/+6
| * bridge: fix forwarding of IPv6Stephen Hemminger2011-05-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-132-1/+5
|\ \