summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: incorrect shift directionHarvey Harrison2008-05-011-4/+2Star
* mac80211: insert WDS peer after adding interfaceJohannes Berg2008-05-011-17/+27
* mac80211: don't allow invalid WDS peer addressesJohannes Berg2008-05-011-1/+1
* mac80211: assign conf.beacon_control for meshJohannes Berg2008-05-011-0/+1
* mac80211: use 4-byte mesh sequence numberLuis Carlos Cobo2008-05-013-14/+7Star
* ipv6: Compilation fix for compat MCAST_MSFILTER sockopts.Pavel Emelyanov2008-04-301-4/+4
* tcp: Overflow bug in VegasLachlan Andrew2008-04-302-7/+11
* [IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B2008-04-301-15/+7Star
* ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg2008-04-301-4/+4
* netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig2008-04-292-3/+3
* ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2008-04-292-17/+24
* sch_sfq: use del_timer_sync() in sfq_destroy()Jarek Poplawski2008-04-291-1/+2
* net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens2008-04-293-1/+91
* net: Several cleanups for the setsockopt compat support.David L Stevens2008-04-291-4/+7
* ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov2008-04-296-22/+64
* bridge: kernel panic when unloading bridge moduleBodo Stroesser2008-04-291-1/+1
* bridge: fix error handling in br_add_if()Volodymyr G Lukiianyk2008-04-291-1/+4
* netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-293-9/+6Star
* netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables...Pavel Emelyanov2008-04-291-1/+1
* netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retvalRoel Kluin2008-04-291-1/+1
* tcp: Limit cwnd growth when deferring for GSOJohn Heffner2008-04-291-1/+2
* tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner2008-04-291-7/+4Star
* wireless: Fix compile error with wifi & ledsLuca Tettamanti2008-04-281-1/+3
* tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov2008-04-281-2/+1Star
* ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens2008-04-273-0/+127
* [IPSEC]: Use digest_null directly for authHerbert Xu2008-04-271-2/+1Star
* sunrpc: fix missing kernel-docRandy Dunlap2008-04-271-1/+1
* can: Fix copy_from_user() results interpretationSam Ravnborg2008-04-271-11/+10Star
* Revert "ipv6: Fix typo in net/ipv6/Kconfig"David S. Miller2008-04-271-1/+1
* tipc: endianness annotationsAl Viro2008-04-271-4/+3Star
* ipv6: result of csum_fold() is already 16bit, no need to castAl Viro2008-04-271-1/+1
* [XFRM] AUDIT: Fix flowlabel text format ambibuity.YOSHIFUJI Hideaki2008-04-271-1/+1
* net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov2008-04-253-4/+5
* ipv6: Fix typo in net/ipv6/KconfigMichael Beasley2008-04-251-1/+1
* ipv6 RAW: Disallow IPPROTO_IPV6-level IPV6_CHECKSUM socket option on ICMPv6 s...YOSHIFUJI Hideaki2008-04-251-0/+18
* tcp: tcp_probe buffer overflow and incorrect return valueTom Quetchenbach2008-04-251-5/+4Star
* ethtool: EEPROM dump no longer works for tg3 and natsemiMandeep Singh Baines2008-04-251-0/+5
* af_key: Fix af_key.c compiler warningBrian Haley2008-04-251-3/+2Star
* [NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov2008-04-246-50/+56
* [AF_UNIX] Initialise UNIX sockets before general device initcallsDavid Woodhouse2008-04-241-1/+5
* [RTNETLINK]: Fix bogus ASSERT_RTNL warningPatrick McHardy2008-04-241-0/+6
* mac80211: fix use before check of Qdisc lengthRon Rindjunsky2008-04-241-1/+1
* net/mac80211/rx.c: fix off-by-oneAdrian Bunk2008-04-241-1/+1
* mac80211: Fix race between ieee80211_rx_bss_put and lookup routines.Pavel Emelyanov2008-04-241-2/+5
* mac80211: Fix n-band association problemAbhijeet Kolekar2008-04-241-1/+20
* net: Unexport move_addr_to_{kernel,user}Adrian Bunk2008-04-231-3/+0Star
* [IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu2008-04-223-2/+4
* tcp: Make use of before macro in tcp_input.cArnd Hannemann2008-04-211-1/+1
* [NETNS]: Remove empty ->init callback.Pavel Emelyanov2008-04-211-7/+0Star
* [DCCP]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-211-11/+6Star