summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* missing return in bridge sysfs codeAl Viro2007-08-191-0/+1
* [IPv6]: Invalid semicolon after if statementIlpo Järvinen2007-08-161-1/+1
* [NET]: Fix unbalanced rcu_read_unlock in __sock_createHerbert Xu2007-08-151-1/+1
* Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller2007-08-152-2/+5
|\
| * [PATCH] mac80211: probe for hidden SSIDs in pre-auth scanJohn W. Linville2007-08-141-1/+5
| * [PATCH] mac80211: fix tx status frame codeJohannes Berg2007-08-141-1/+0Star
* | [VLAN] net/8021q/vlanproc.c: fix check-after-useAdrian Bunk2007-08-151-1/+1
* | [NET]: Unexport dev_ethtoolAdrian Bunk2007-08-151-1/+0Star
* | [ECONET]: remove econet_packet_type on unloadAlexey Dobriyan2007-08-151-0/+3
* | [AX25]: don't free pointers to statically allocated dataAlexey Dobriyan2007-08-151-2/+0Star
* | [BRIDGE]: Fix typo in net/bridge/br_stp_if.cJussi Kivilinna2007-08-141-1/+1
* | [BRIDGE]: sysfs locking fix.Stephen Hemminger2007-08-141-9/+15
* | [NETFILTER]: nf_nat_sip: don't drop short packetsPatrick McHardy2007-08-141-1/+1
* | [NETFILTER]: nf_conntrack_sip: fix SIP-URI parsingPatrick McHardy2007-08-141-1/+4
* | [NETFILTER]: nf_conntrack_sip: check sname != NULL before calling strncmpPatrick McHardy2007-08-141-1/+2
* | [NETFILTER]: netfilter: xt_u32 bug correctionEric Dumazet2007-08-141-1/+1
* | [IPVS]: Use IP_VS_WAIT_WHILE when encessary.Heiko Carstens2007-08-141-1/+1
* | [NET]: Share correct feature code between bridging and bondingHerbert Xu2007-08-143-33/+44
* | [DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl2007-08-141-4/+10
* | [DCCP]: fix theoretical ccids_{read,write}_lock() raceOleg Nesterov2007-08-141-0/+1
* | [XFRM]: Clean up duplicate includes in net/xfrm/Jesper Juhl2007-08-142-4/+2Star
* | [TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl2007-08-141-1/+0Star
* | [SUNRPC]: Clean up duplicate includes in net/sunrpc/Jesper Juhl2007-08-141-1/+0Star
* | [PKT_SCHED]: Clean up duplicate includes in net/sched/Jesper Juhl2007-08-141-1/+0Star
* | [IPV6]: Clean up duplicate includes in net/ipv6/Jesper Juhl2007-08-141-1/+0Star
* | [IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl2007-08-143-3/+0Star
* | [ATM]: Clean up duplicate includes in net/atm/Jesper Juhl2007-08-141-1/+0Star
* | [IPCONFIG]: ip_auto_config fixJoakim Tjernlund2007-08-141-3/+3
|/
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-08-094-41/+31Star
|\
| * SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friendsTrond Myklebust2007-08-072-4/+2Star
| * SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust2007-08-071-3/+6
| * SUNRPC: Fix a race in rpciod_down()Trond Myklebust2007-08-071-34/+23Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-08-0911-27/+50
|\ \
| * | [TCP]: H-TCP maxRTT estimation at startupStephen Hemminger2007-08-081-3/+1Star
| * | [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy2007-08-082-1/+7
| * | [NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...Pablo Neira Ayuso2007-08-081-8/+9
| * | [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...Jesper Juhl2007-08-081-1/+6
| * | Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller2007-08-084-10/+20
| |\ \
| | * | [PATCH] mac80211: don't allow scanning in monitor modeDaniel Drake2007-08-061-6/+13
| | * | [PATCH] mac80211: Fix sparse error for sta_last_seq_ctrl_readZhu Yi2007-08-061-1/+1
| | * | [PATCH] mac80211: use do { } while (0) for multi-line macrosZhu Yi2007-08-061-3/+5
| | * | [PATCH] mac80211: missing dev_put in ieee80211_master_start_xmitDaniel Drake2007-08-061-0/+1
| | |/
| * | [NET] net/core/utils: fix sparse warningJohannes Berg2007-08-081-0/+1
| * | [NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has...Paul Moore2007-08-081-4/+6
| |/
* / [PATCH] softmac: Fix deadlock of wx_set_essid with assoc workMichael Buesch2007-08-061-3/+8
|/
* [TCP]: DSACK signals data receival, be conservativeIlpo Järvinen2007-08-031-1/+4
* [TCP]: Also handle snd_una changes in tcp_cwnd_downIlpo Järvinen2007-08-031-16/+18
* Merge davem@master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller2007-08-036-59/+113
|\
| * SCTP: remove useless code in function sctp_init_causeWei Yongjun2007-08-021-3/+0Star
| * SCTP: drop SACK if ctsn is not less than the next tsn of assocWei Yongjun2007-08-021-25/+78