summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov2007-08-262-6/+18
* [NET]: Fix crash in dev_mc_sync()/dev_mc_unsync()Benjamin Thery2007-08-261-4/+10
* [NET]: is_power_of_2 in net/core/neighbour.cvignesh babu2007-08-261-1/+2
* [TCP]: Describe tcp_init_cwnd() thoroughly in a comment.David S. Miller2007-08-261-1/+9
* [NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionlessFlavio Leitner2007-08-262-0/+8
* [IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.Nick Bowler2007-08-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2007-08-232-3/+7
|\
| * 9p: fix bad error path in conversion routinesMariusz Kozlowski2007-08-231-0/+1
| * 9p: fix use after freeEric Van Hensbergen2007-08-231-3/+6
* | [IRDA] irda_nl_get_mode: always results in failureAndy Whitcroft2007-08-211-1/+1
* | [IRDA]: Avoid a label defined but not used warning in irda_init()Jesper Juhl2007-08-211-1/+1
* | [IPV6]: Fix kernel panic while send SCTP data with IP fragmentsWei Yongjun2007-08-211-1/+1
* | [SNAP]: Check packet length before readingHerbert Xu2007-08-211-5/+12
* | [DCCP]: Allocation in atomic contextGerrit Renker2007-08-211-1/+1
|/
* missing return in bridge sysfs codeAl Viro2007-08-191-0/+1
* [IPv6]: Invalid semicolon after if statementIlpo Järvinen2007-08-151-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-142-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/+0
* | [VLAN] net/8021q/vlanproc.c: fix check-after-useAdrian Bunk2007-08-141-1/+1
* | [NET]: Unexport dev_ethtoolAdrian Bunk2007-08-141-1/+0
* | [ECONET]: remove econet_packet_type on unloadAlexey Dobriyan2007-08-141-0/+3
* | [AX25]: don't free pointers to statically allocated dataAlexey Dobriyan2007-08-141-2/+0
* | [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-131-1/+1
* | [NET]: Share correct feature code between bridging and bondingHerbert Xu2007-08-133-33/+44
* | [DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl2007-08-131-4/+10
* | [DCCP]: fix theoretical ccids_{read,write}_lock() raceOleg Nesterov2007-08-131-0/+1
* | [XFRM]: Clean up duplicate includes in net/xfrm/Jesper Juhl2007-08-132-4/+2
* | [TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl2007-08-131-1/+0
* | [SUNRPC]: Clean up duplicate includes in net/sunrpc/Jesper Juhl2007-08-131-1/+0
* | [PKT_SCHED]: Clean up duplicate includes in net/sched/Jesper Juhl2007-08-131-1/+0
* | [IPV6]: Clean up duplicate includes in net/ipv6/Jesper Juhl2007-08-131-1/+0
* | [IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl2007-08-133-3/+0
* | [ATM]: Clean up duplicate includes in net/atm/Jesper Juhl2007-08-131-1/+0
* | [IPCONFIG]: ip_auto_config fixJoakim Tjernlund2007-08-131-3/+3
|/
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-08-094-41/+31
|\
| * SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friendsTrond Myklebust2007-08-072-4/+2
| * 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/+23
* | 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-071-3/+1
| * | [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy2007-08-072-1/+7
| * | [NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...Pablo Neira Ayuso2007-08-071-8/+9