aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar1-0/+4
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+2
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-0/+54
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2-27/+35
2014-01-16net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton1-3/+1
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico1-0/+5
2014-01-16net: Check skb->rxhash in gro_receiveTom Herbert1-1/+8
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-28/+2
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico1-0/+22
2014-01-15net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico1-27/+30
2014-01-15neigh: split lines for NEIGH_VAR_SET so they are not too longJiri Pirko1-3/+6
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2-3/+4
2014-01-14net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings1-39/+61
2014-01-14net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings1-0/+2
2014-01-14net: Fix indentation in dev_hard_start_xmit()Ben Hutchings1-2/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+25
2014-01-14net: add skb_checksum_setupPaul Durrant1-0/+273
2014-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-14/+66
2014-01-13net: make dev_set_mtu() honor notification return codeVeaceslav Falico1-9/+25
2014-01-13net: gro: change GRO overflow strategyEric Dumazet1-2/+15
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang3-16/+25
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/openvswitchDavid 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-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