summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2014-01-10{xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not setFan Du1-2/+2
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu1-0/+26
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-0/+85
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf1-0/+85
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+11
2014-01-06pktgen_dst_metrics[] can be staticFengguang Wu1-1/+1
2014-01-05net: netdev_kobject_init: annotate with __initDaniel Borkmann2-2/+2
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-15/+124
2014-01-03socket: cleanupsstephen hemminger1-19/+2
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann3-3/+3
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann3-12/+121
2014-01-03{pktgen, xfrm} Show spi value properly when ipsec turned onFan Du1-1/+4
2014-01-03{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du1-7/+15
2014-01-03{pktgen, xfrm} Construct skb dst for tunnel mode transformationFan Du1-1/+27
2014-01-03{pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flowFan Du1-0/+12
2014-01-03{pktgen, xfrm} Add statistics counting when transformingFan Du1-3/+7
2014-01-03{pktgen, xfrm} Correct xfrm state lock usage when transformingFan Du1-3/+2
2014-01-02netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2014-01-01net: core functions cleanupstephen hemminger1-56/+26
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger1-20/+2
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu1-1/+1
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+1
2013-12-21net: use kfree_skb_list() helperEric Dumazet2-19/+4
2013-12-19rps: NUMA flow limit allocationsEric Dumazet1-1/+2
2013-12-19Merge branch 'master' into for-nextJiri Kosina21-356/+822
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+2
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend1-1/+1
2013-12-17net: Add utility function to copy skb hashTom Herbert1-2/+1
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert2-5/+5
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan1-0/+1
2013-12-17net: remove dead code for add/del multiplestephen hemminger1-96/+1
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+21
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu1-51/+25
2013-12-11ipv6: router reachability probingJiri Benc1-0/+15
2013-12-10net: more spelling fixesstephen hemminger2-3/+3
2013-12-10net: unix: allow set_peek_off to failSasha Levin1-1/+1
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko1-1/+6
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko1-6/+68
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko1-1/+13
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko1-10/+45
2013-12-09neigh: convert parms to an arrayJiri Pirko1-190/+137
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann1-15/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet1-15/+30
2013-12-06gro: small napi_get_frags() optimEric Dumazet1-2/+1
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-0/+2