summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-08-02[TCP]: DSACK signals data receival, be conservativeIlpo Järvinen1-1/+4
2007-08-02[TCP]: Also handle snd_una changes in tcp_cwnd_downIlpo Järvinen1-16/+18
2007-08-02Merge davem@master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller6-59/+113
2007-08-02[TIPC]: Fix two minor sparse warnings.Florian Westphal2-3/+1
2007-08-02[TIPC]: Make function tipc_nameseq_subscribe static.Florian Westphal1-1/+1
2007-08-02[PF_KEY]: Fix ipsec not working in 2.6.23-rc1-git10Joy Latten1-0/+3
2007-08-02[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller5-5/+4
2007-08-02[IPV4] route.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski1-2/+2
2007-08-02[IPV4] raw.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+2
2007-08-02[NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t...Mariusz Kozlowski1-3/+2
2007-08-02[NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-08-02[NET]: Removal of duplicated include net/wanrouter/wanmain.cMichal Piotrowski1-1/+0
2007-08-02Net/Security: fix memory leaks from security_secid_to_secctx()Paul Moore2-3/+6
2007-08-02SCTP: remove useless code in function sctp_init_causeWei Yongjun1-3/+0
2007-08-02SCTP: drop SACK if ctsn is not less than the next tsn of assocWei Yongjun1-25/+78
2007-08-01SCTP: IPv4 mapped addr not returned in SCTPv6 accept()Vlad Yasevich1-9/+11
2007-08-01SCTP: IPv4 mapped addr not returned in SCTPv6 accept()Dave Johnson1-0/+2
2007-08-01sctp: fix shadow symbol in net/sctp/tsnmap.cSebastian Siewior1-7/+7
2007-08-01sctp: try to fix readlockSebastian Siewior1-5/+11
2007-08-01sctp: remove shadowed symbolssebastian@breakpoint.cc2-2/+0
2007-08-01sctp: move global declaration to header file.sebastian@breakpoint.cc2-4/+0
2007-08-01sctp: make locally used function staticsebastian@breakpoint.cc2-4/+4
2007-07-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds35-288/+363
2007-07-31fs: 9p/conv.c error path fixMariusz Kozlowski1-0/+1
2007-07-31[RTNETLINK]: Fix warning for !CONFIG_KMODThomas Graf1-0/+2
2007-07-31[IPV4] ip_options.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-5/+2
2007-07-31[DECNET]: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+2
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-35/+8
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox3-43/+22
2007-07-31[XFRM]: State selection update to use inner addresses.Joakim Koskela2-3/+4
2007-07-31[IPSEC]: Ensure that state inner family is setHerbert Xu1-0/+7
2007-07-31[TCP]: Bidir flow must not disregard SACK blocks for lost markingIlpo Järvinen1-1/+4
2007-07-31[TCP]: Fix ratehalving with bidirectional flowsIlpo Järvinen1-9/+12
2007-07-31[AF_UNIX]: Make code static.Adrian Bunk1-2/+28
2007-07-31[NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk1-2/+2
2007-07-31[PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk1-2/+1
2007-07-31[IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.Dave Johnson1-0/+3
2007-07-31[NET]: Fix prio_tune() handling of root qdisc.Peter P Waskiewicz Jr1-2/+4
2007-07-31[NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy1-5/+12
2007-07-31[NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2-6/+4
2007-07-31[IPV4/IPV6]: Fail registration if inet device construction failsHerbert Xu2-6/+7
2007-07-31[NET]: Allow netdev REGISTER/CHANGENAME events to failHerbert Xu1-10/+52
2007-07-31[NET]: Take dev_base_lock when moving device name hash list entryHerbert Xu1-0/+4
2007-07-31[NET]: Call uninit if necessary in register_netdeviceHerbert Xu1-3/+8
2007-07-31[IPVS]: Use skb_forward_csumHerbert Xu1-1/+1
2007-07-31[PKTGEN]: Add missing KERN_* tags to printk()s.David S. Miller1-46/+57
2007-07-31[BLUETOOTH] l2cap: don't mangle cmd.lenAl Viro1-1/+0
2007-07-31[BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf...Al Viro1-9/+11
2007-07-31[BLUETOOTH] l2cap: endianness annotationsAl Viro1-13/+14
2007-07-31[BLUETOOTH]: Fix endianness bug in l2cap_sock_listen()Al Viro1-1/+1