aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
...
| * | | net: introduce DST_NOCACHE flagEric Dumazet2010-10-04
| * | | net: rename netdev rx_queue to ingress_queueEric Dumazet2010-09-29
| * | | net: add a recursion limit in xmit pathEric Dumazet2010-09-29
| * | | ipv4: Allow configuring subnets as local addressesTom Herbert2010-09-29
| * | | net: Allow changing number of RX queues after device allocationBen Hutchings2010-09-28
| * | | net: sk_{detach|attach}_filter() rcu fixesEric Dumazet2010-09-28
| * | | fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet2010-09-28
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-27
| |\ \ \
| * | | | rps: allocate rx queues in register_netdevice onlyEric Dumazet2010-09-26
| * | | | net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet2010-09-26
| * | | | net: return operator cleanupEric Dumazet2010-09-23
| * | | | net: core: use kernel's converter from hex to binAndy Shevchenko2010-09-21
| * | | | ethtool: Fix build due to lack of ethtool.h include.David S. Miller2010-09-21
| * | | | ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings2010-09-21
| * | | | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-17
| * | | | netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-17
| * | | | ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet2010-09-17
| * | | | net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell2010-09-17
| * | | | net: enable GRO by default for vlan devicesBrandon Philips2010-09-16
| * | | | ipv4: ip_ptr cleanupsEric Dumazet2010-09-16
| * | | | ethtool: Remove unimplemented flow specification typesBen Hutchings2010-09-15
| * | | | flow: better memory managementEric Dumazet2010-09-13
| * | | | pkt_sched: remov unnecessary bh_disablestephen hemminger2010-09-10
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-10
| |\ \ \ \
| * | | | | net/core: add lock context change annotations in net/core/sock.cNamhyung Kim2010-09-09
| * | | | | net/core: remove address space warnings on verify_iovec()Namhyung Kim2010-09-09
| * | | | | net: rps: add the shortcut for one rps_cpusChangli Gao2010-09-08
| * | | | | net: poll() optimizationsEric Dumazet2010-09-06
| * | | | | net: pskb_expand_head() optimizationEric Dumazet2010-09-06
| * | | | | net: remove two kmemcheck annotationsEric Dumazet2010-09-03
| * | | | | net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet2010-09-02
| * | | | | net: make rx_queue sysfs_ops conststephen hemminger2010-09-01
| * | | | | net: skbuff.c cleanupEric Dumazet2010-09-01
| * | | | | skge: add GRO supportEric Dumazet2010-09-01
| * | | | | pktgen: remove non used variableEric Dumazet2010-08-31
| * | | | | gro: __napi_gro_receive() optimizationsEric Dumazet2010-08-27
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-25
| |\ \ \ \ \
| | * | | | | cfg80211: support sysfs namespacesJohannes Berg2010-08-16
| * | | | | | ethtool: allow non-netadmin to query settingsstephen hemminger2010-08-23
| * | | | | | net: copy_rtnl_link_stats64() simplificationEric Dumazet2010-08-23
| * | | | | | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-23
| * | | | | | net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-23
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-22
| |\ \ \ \ \ \
| * | | | | | | net: rps: fix the wrong network header pointerChangli Gao2010-08-22
| * | | | | | | net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao2010-08-19
| * | | | | | | net: rps: skip fragment when computing rxhashChangli Gao2010-08-19
| * | | | | | | net: rps: reset network header before calling skb_get_rxhash()Changli Gao2010-08-19
| * | | | | | | net: simplify flags for tx timestampingOliver Hartkopp2010-08-19
| * | | | | | | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-17
| * | | | | | | core: Factor out flow calculation from get_rps_cpuKrishna Kumar2010-08-17
| | |/ / / / / | |/| | | | |