summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller5-6/+6
2011-01-19net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross1-2/+2
2011-01-19ipv6: Silence privacy extensions initializationRomain Francoise1-3/+0
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-10/+13
2011-01-16caif: checking the wrong variableDan Carpenter1-4/+5
2011-01-16can: test size of struct sockaddr in sendmsgKurt Van Dijck2-0/+6
2011-01-16Merge branch 'for-david' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller4-14/+16
2011-01-16batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann3-12/+12
2011-01-14net: remove dev_txq_stats_fold()Eric Dumazet2-34/+21
2011-01-14batman-adv: Even Batman should not dereference NULL pointersJesper Juhl1-2/+4
2011-01-13mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho1-9/+2
2011-01-13mac80211: fix lockdep warningJohannes Berg1-1/+11
2011-01-13Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller1-1/+2
2011-01-13netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso1-1/+2
2011-01-13eth: fix new kernel-doc warningRandy Dunlap1-1/+1
2011-01-13Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2-1/+9
2011-01-13inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov1-0/+3
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2-1/+9
2011-01-12net: ax25: fix information leak to userland harderKees Cook1-1/+1
2011-01-12Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller5-103/+49
2011-01-12netfilter: fix race in conntrack between dump_table and destroyStephen Hemminger1-9/+5
2011-01-12ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu2-6/+9
2011-01-12xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNCNicolas Dichtel1-1/+3
2011-01-12tcp: disallow bind() to reuse addr/portEric Dumazet2-3/+4
2011-01-11CAIF: Fix IPv6 support in receive path for GPRS/3GKumar Sanghvi1-1/+17
2011-01-11arp: allow to invalidate specific ARP entriesMaxim Levitsky1-11/+18
2011-01-11net_sched: factorize qdisc stats handlingEric Dumazet23-66/+36
2011-01-11net: Add alloc_netdev_mqs functionTom Herbert2-16/+28
2011-01-11caif: don't set connection request param size before copying dataDan Rosenberg1-1/+1
2011-01-11phonet: some signedness bugsDan Carpenter1-3/+3
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet4-94/+44
2011-01-10net offloading: Convert checksums to use centrally computed features.Jesse Gross1-28/+12
2011-01-10net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross1-15/+6
2011-01-10net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross1-5/+3
2011-01-10net offloading: Pass features into netif_needs_gso().Jesse Gross1-2/+6
2011-01-10net offloading: Generalize netif_get_vlan_features().Jesse Gross1-8/+27
2011-01-10net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross1-1/+1
2011-01-10net: fix kernel-doc warning in core/filter.cRandy Dunlap1-1/+1
2011-01-10netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt5-6/+6
2011-01-10Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller3-3/+6
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds5-5/+5
2011-01-08Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-0/+2
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+31
2011-01-07dccp: make upper bound for seq_window consistent on 32/64 bitGerrit Renker1-1/+3
2011-01-07dccp: fix bug in updating the GSRSamuel Jero1-1/+2
2011-01-07dccp: fix return value for sequence-invalid packetsSamuel Jero1-1/+1
2011-01-07fs: scale mntget/mntputNick Piggin1-2/+17
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin1-8/+9