aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław1-142/+132
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław1-12/+23
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław1-4/+14
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław1-1/+1
2011-02-17netfilter: ip6t_LOG: fix a flaw in printing the MACJoerg Marx1-1/+1
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal3-19/+43
2011-02-15net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings1-1/+2
2011-02-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller2-8/+9
2011-02-15net: Adjust TX queue kobjects if number of queues changes during unregisterBen Hutchings1-1/+2
2011-02-14ipv4: Cache learned redirect information in inetpeer.David S. Miller1-94/+42
2011-02-14ipv4: Cache learned PMTU information in inetpeer.David S. Miller1-174/+86
2011-02-14arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell1-10/+20
2011-02-14ROSE: AX25: finding routes simplificationBernard Pidoux1-7/+0
2011-02-14ROSE: rose AX25 packet routing improvementBernard Pidoux1-12/+16
2011-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-0/+3
2011-02-14ipv4: fix rcu lock imbalance in fib_select_default()Eric Dumazet1-1/+1
2011-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+2
2011-02-14sch_mqprio: Always set num_tc to 0 in mqprio_destroy()Ben Hutchings1-7/+7
2011-02-14netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy1-1/+2
2011-02-13bridge: implement [add/del]_slave opsJiri Pirko2-1/+27
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko1-0/+43
2011-02-13Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()Jesper Juhl1-0/+3
2011-02-13net: dcb: application priority is per net_deviceJohn Fastabend1-1/+5
2011-02-13net: make dev->master generalJiri Pirko1-12/+37
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko1-3/+3
2011-02-12bridge: Replace mp->mglist hlist with a boolHerbert Xu3-12/+9
2011-02-11bridge: Fix timer typo that may render snooping less effectiveHerbert Xu1-2/+2
2011-02-11bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu1-1/+2
2011-02-11network: Allow af_packet to transmit +4 bytes for VLAN packets.Ben Greear1-2/+29
2011-02-11Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller11-26/+7
2011-02-11batman-adv: Disallow originator addressing within mesh layerLinus Lüssing1-6/+1
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing10-14/+0
2011-02-11batman-adv: Split combined variable declarationsMarek Lindner1-2/+2
2011-02-11ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert1-0/+1
2011-02-10xfrm: avoid possible oopse in xfrm_alloc_dstHiroaki SHIMODA1-2/+5
2011-02-11batman-adv: Use successive sequence numbers for fragmentsSven Eckelmann1-4/+4
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller2-3/+34
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.David S. Miller1-0/+2
2011-02-10inetpeer: Abstract address representation further.David S. Miller3-5/+5
2011-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-36/+81
2011-02-09x25: Do not reference freed memory.David S. Miller1-1/+4
2011-02-09net: rename group sysfs entry to netdev_groupXiaotian Feng1-1/+1
2011-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-2/+9
2011-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-2/+2
2011-02-09mac80211: add missing locking in ieee80211_reconfigEliad Peller1-0/+2
2011-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville1-0/+1
2011-02-09netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso1-2/+9
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-33/+68
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2-2/+0
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller1-11/+16