summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | gro: Fix error handling on extremely short fragsHerbert Xu2009-01-201-0/+1
* | gro: Fix handling of complete checksums in IPv6Herbert Xu2009-01-201-0/+7
* | NET: net_namespace, fix lock imbalanceJiri Slaby2009-01-201-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-202-12/+117
|\ \
| * | cfg80211: Fix parsed country IE info for 5 GHzLuis R. Rodriguez2009-01-161-2/+19
| * | cfg80211: Fix regression with 11d on bandsLuis R. Rodriguez2009-01-161-3/+79
| * | cfg80211: make handle_band() and handle_channel() wiphy specificLuis R. Rodriguez2009-01-161-6/+19
| * | mac80211: more kernel-doc fixesRandy Dunlap2009-01-161-1/+0Star
* | | Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"David S. Miller2009-01-201-9/+2Star
* | | net: Fix data corruption when splicing from sockets.Jarek Poplawski2009-01-201-32/+29Star
* | | net: Add debug info to track down GSO checksum bugHerbert Xu2009-01-201-1/+13
* | | net/9p: fid->fid is used uninitializedRoel Kluin2009-01-201-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-1624-99/+172
|\|
| * can: fix slowpath issue in hrtimer callback functionOliver Hartkopp2009-01-151-27/+30
| * net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt2009-01-151-0/+39
| * gso: Ensure that the packet is long enoughHerbert Xu2009-01-151-6/+7
| * gro: Fix page ref count for skbs freed normallyHerbert Xu2009-01-152-6/+6
| * xfrm: For 32/64 compatability wrt. xfrm_usersa_infoDavid S. Miller2009-01-141-2/+9
| * gro: Check for GSO packets and packets with frag_listHerbert Xu2009-01-141-0/+3
| * ipv6: Fix fib6_dump_table walker leakHerbert Xu2009-01-141-7/+8
| * tcp: splice as many packets as possible at onceWilly Tarreau2009-01-141-2/+9
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-134-6/+10
| |\
| | * mac80211: fix "‘ret’ may be used uninitialized" warningJohn W. Linville2009-01-131-1/+1
| | * mac80211: initialize RC data for all mesh links upon allocationChristian Lamparter2009-01-121-0/+1
| | * mac80211: allow mode change if IBSS is not allowedPavel Roskin2009-01-121-1/+2
| | * minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter2009-01-121-4/+6
| * | pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski2009-01-131-3/+6
| * | pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski2009-01-131-3/+3
| * | netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt2009-01-131-0/+11
| * | netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall2009-01-132-3/+3
| * | netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-132-2/+2
| * | netfilter 05/09: ebtables: fix inversion in match codeJan Engelhardt2009-01-131-1/+1
| * | netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy2009-01-131-0/+8
| * | netfilter 03/09: bridge: Disable PPPOE/VLAN processing by defaultHerbert Xu2009-01-131-4/+4
| * | netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTINGHerbert Xu2009-01-131-2/+8
| * | netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-135-25/+5Star
| |/
* | 9p: disallow RDMA if RDMA CM isn't availableRoland Dreier2009-01-161-1/+1
* | [CVE-2009-0029] System call wrappers part 22Heiko Carstens2009-01-141-15/+16
* | [CVE-2009-0029] System call wrappers part 21Heiko Carstens2009-01-141-15/+15
* | [CVE-2009-0029] System call wrappers part 07Heiko Carstens2009-01-141-1/+1
|/
* net_dma: acquire/release dma channels on ifup/ifdownDan Williams2009-01-111-3/+10
* dccp ccid-3: Fix RFC referenceGerrit Renker2009-01-111-1/+1
* net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cLeonardo Potenza2009-01-111-1/+1
* net/bridge/netfilter: move a dereference below a NULL testJulia Lawall2009-01-111-1/+2
* net/tipc/bcast.h: use ARRAY_SIZEJulia Lawall2009-01-111-1/+1
* ipcomp: Remove spurious truesize increaseHerbert Xu2009-01-111-1/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-095-151/+9Star
|\
| * dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-96/+3Star
| * dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-2/+1Star
| * net_dma: convert to dma_find_channelDan Williams2009-01-065-45/+5Star