summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* caif: checking the wrong variableDan Carpenter2011-01-161-4/+5
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-162-0/+6
* Merge branch 'for-david' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-01-164-14/+16
|\
| * batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann2011-01-163-12/+12
| * batman-adv: Even Batman should not dereference NULL pointersJesper Juhl2011-01-131-2/+4
* | net: remove dev_txq_stats_fold()Eric Dumazet2011-01-142-34/+21Star
* | Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-131-1/+2
|\ \
| * | netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso2011-01-131-1/+2
* | | eth: fix new kernel-doc warningRandy Dunlap2011-01-131-1/+1
* | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-132-1/+9
|\| |
| * | netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-122-1/+9
* | | inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov2011-01-131-0/+3
* | | net: ax25: fix information leak to userland harderKees Cook2011-01-121-1/+1
* | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-125-103/+49Star
|\| |
| * | netfilter: fix race in conntrack between dump_table and destroyStephen Hemminger2011-01-111-9/+5Star
| * | netfilter: x_tables: dont block BH while reading countersEric Dumazet2011-01-104-94/+44Star
* | | ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu2011-01-112-6/+9
* | | xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNCNicolas Dichtel2011-01-111-1/+3
* | | tcp: disallow bind() to reuse addr/portEric Dumazet2011-01-112-3/+4
* | | CAIF: Fix IPv6 support in receive path for GPRS/3GKumar Sanghvi2011-01-111-1/+17
* | | arp: allow to invalidate specific ARP entriesMaxim Levitsky2011-01-111-11/+18
* | | net_sched: factorize qdisc stats handlingEric Dumazet2011-01-1123-66/+36Star
* | | net: Add alloc_netdev_mqs functionTom Herbert2011-01-112-16/+28
* | | caif: don't set connection request param size before copying dataDan Rosenberg2011-01-111-1/+1
* | | phonet: some signedness bugsDan Carpenter2011-01-101-3/+3
|/ /
* | net offloading: Convert checksums to use centrally computed features.Jesse Gross2011-01-101-28/+12Star
* | net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross2011-01-101-15/+6Star
* | net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross2011-01-101-5/+3Star
* | net offloading: Pass features into netif_needs_gso().Jesse Gross2011-01-101-2/+6
* | net offloading: Generalize netif_get_vlan_features().Jesse Gross2011-01-101-8/+27
* | net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross2011-01-101-1/+1
* | net: fix kernel-doc warning in core/filter.cRandy Dunlap2011-01-101-1/+1
* | netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt2011-01-105-6/+6
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller2011-01-103-3/+6
|\ \
| * | dccp: make upper bound for seq_window consistent on 32/64 bitGerrit Renker2011-01-071-1/+3
| * | dccp: fix bug in updating the GSRSamuel Jero2011-01-071-1/+2
| * | dccp: fix return value for sequence-invalid packetsSamuel Jero2011-01-071-1/+1
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-085-5/+5
|\ \ \
| * | | net/dsa: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
| * | | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-154-4/+4
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-01-071-0/+2
|\ \ \ \
| * | | | [S390] irq: have detailed statistics for interrupt typesHeiko Carstens2011-01-051-0/+2
* | | | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-072-7/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fs: scale mntget/mntputNick Piggin2011-01-071-2/+17
| * | | | fs: improve scalability of pseudo filesystemsNick Piggin2011-01-071-1/+1
| * | | | fs: dcache reduce branches in lookup pathNick Piggin2011-01-072-2/+2
| * | | | fs: avoid inode RCU freeing for pseudo fsNick Piggin2011-01-071-8/+9
| * | | | fs: icache RCU free inodesNick Piggin2011-01-072-9/+17
| * | | | fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
| |/ / /
* | | | net: bridge: check the length of skb after nf_bridge_maybe_copy_header()Changli Gao2011-01-061-10/+6Star