aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2007-08-13[IPVS]: Use IP_VS_WAIT_WHILE when encessary.Heiko Carstens
2007-08-13[NET]: Share correct feature code between bridging and bondingHerbert Xu
2007-08-13[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl
2007-08-13[DCCP]: fix theoretical ccids_{read,write}_lock() raceOleg Nesterov
2007-08-13[XFRM]: Clean up duplicate includes in net/xfrm/Jesper Juhl
2007-08-13[TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl
2007-08-13[SUNRPC]: Clean up duplicate includes in net/sunrpc/Jesper Juhl
2007-08-13[PKT_SCHED]: Clean up duplicate includes in net/sched/Jesper Juhl
2007-08-13[IPV6]: Clean up duplicate includes in net/ipv6/Jesper Juhl
2007-08-13[IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl
2007-08-13[ATM]: Clean up duplicate includes in net/atm/Jesper Juhl
2007-08-13[IPCONFIG]: ip_auto_config fixJoakim Tjernlund
2007-08-09Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2007-08-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds
2007-08-07[TCP]: H-TCP maxRTT estimation at startupStephen Hemminger
2007-08-07[NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy
2007-08-07[NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...Pablo Neira Ayuso
2007-08-07[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...Jesper Juhl
2007-08-07Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller
2007-08-07[NET] net/core/utils: fix sparse warningJohannes Berg
2007-08-07[NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has...Paul Moore
2007-08-07SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friendsTrond Myklebust
2007-08-07SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust
2007-08-07SUNRPC: Fix a race in rpciod_down()Trond Myklebust
2007-08-06[PATCH] mac80211: don't allow scanning in monitor modeDaniel Drake
2007-08-06[PATCH] mac80211: Fix sparse error for sta_last_seq_ctrl_readZhu Yi
2007-08-06[PATCH] mac80211: use do { } while (0) for multi-line macrosZhu Yi
2007-08-06[PATCH] mac80211: missing dev_put in ieee80211_master_start_xmitDaniel Drake
2007-08-06[PATCH] softmac: Fix deadlock of wx_set_essid with assoc workMichael Buesch
2007-08-02[TCP]: DSACK signals data receival, be conservativeIlpo Järvinen
2007-08-02[TCP]: Also handle snd_una changes in tcp_cwnd_downIlpo Järvinen
2007-08-02Merge davem@master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller
2007-08-02[TIPC]: Fix two minor sparse warnings.Florian Westphal
2007-08-02[TIPC]: Make function tipc_nameseq_subscribe static.Florian Westphal
2007-08-02[PF_KEY]: Fix ipsec not working in 2.6.23-rc1-git10Joy Latten
2007-08-02[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller
2007-08-02[IPV4] route.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski
2007-08-02[IPV4] raw.c: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-08-02[NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t...Mariusz Kozlowski
2007-08-02[NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-08-02[NET]: Removal of duplicated include net/wanrouter/wanmain.cMichal Piotrowski
2007-08-02Net/Security: fix memory leaks from security_secid_to_secctx()Paul Moore
2007-08-02SCTP: remove useless code in function sctp_init_causeWei Yongjun
2007-08-02SCTP: drop SACK if ctsn is not less than the next tsn of assocWei Yongjun
2007-08-01SCTP: IPv4 mapped addr not returned in SCTPv6 accept()Vlad Yasevich
2007-08-01SCTP: IPv4 mapped addr not returned in SCTPv6 accept()Dave Johnson
2007-08-01sctp: fix shadow symbol in net/sctp/tsnmap.cSebastian Siewior
2007-08-01sctp: try to fix readlockSebastian Siewior
2007-08-01sctp: remove shadowed symbolssebastian@breakpoint.cc
2007-08-01sctp: move global declaration to header file.sebastian@breakpoint.cc