summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* pktgen: Use ether_addr_copyJoe Perches2014-01-221-4/+4
* netpoll: Use ether_addr_copyJoe Perches2014-01-221-2/+2
* net: Export gro_find_by_type helpersOr Gerlitz2014-01-221-0/+2
* net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-221-0/+1
* net: remove unnecessary initializations in net_dev_initSabrina Dubroca2014-01-221-10/+0Star
* net: fix "queues" uevent between network namespacesWeilong Chen2014-01-201-0/+26
* net: document accel_priv parameter for __dev_queue_xmit()Jason Wang2014-01-201-1/+2
* net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-191-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-28/+2Star
|\
| * bpf: do not use reciprocal divideEric Dumazet2014-01-161-28/+2Star
* | bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-181-0/+54
* | net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-172-27/+35
* | net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton2014-01-171-3/+1Star
* | net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2014-01-171-0/+5
* | net: Check skb->rxhash in gro_receiveTom Herbert2014-01-171-1/+8
* | net: rename sysfs symlinks on device name changeVeaceslav Falico2014-01-161-0/+22
* | net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico2014-01-161-27/+30
* | neigh: split lines for NEIGH_VAR_SET so they are not too longJiri Pirko2014-01-151-3/+6
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-152-3/+4
* | net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings2014-01-141-39/+61
* | net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings2014-01-141-0/+2
* | net: Fix indentation in dev_hard_start_xmit()Ben Hutchings2014-01-141-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-143-16/+25
|\|
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-103-16/+25
* | net: add skb_checksum_setupPaul Durrant2014-01-141-0/+273
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-01-141-14/+66
|\ \
| * | {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not setFan Du2014-01-101-2/+2
| * | pktgen_dst_metrics[] can be staticFengguang Wu2014-01-061-1/+1
| * | {pktgen, xfrm} Show spi value properly when ipsec turned onFan Du2014-01-031-1/+4
| * | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du2014-01-031-7/+15
| * | {pktgen, xfrm} Construct skb dst for tunnel mode transformationFan Du2014-01-031-1/+27
| * | {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flowFan Du2014-01-031-0/+12
| * | {pktgen, xfrm} Add statistics counting when transformingFan Du2014-01-031-3/+7
| * | {pktgen, xfrm} Correct xfrm state lock usage when transformingFan Du2014-01-031-3/+2Star
* | | net: make dev_set_mtu() honor notification return codeVeaceslav Falico2014-01-141-9/+25
* | | net: gro: change GRO overflow strategyEric Dumazet2014-01-131-2/+15
* | | net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-071-0/+26
* | | net: Do not enable tx-nocache-copy by defaultBenjamin Poirier2014-01-071-5/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-071-0/+85
|\ \ \
| * | | net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf2014-01-071-0/+85
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-063-4/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-031-2/+9
| * | | vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2013-12-311-1/+1
| * | | net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend2013-12-181-1/+1
* | | | net: netdev_kobject_init: annotate with __initDaniel Borkmann2014-01-062-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-064-15/+124
|\ \ \ \
| * | | | net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-033-3/+3
| * | | | net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-033-12/+121
* | | | | socket: cleanupsstephen hemminger2014-01-041-19/+2Star
* | | | | net: core functions cleanupstephen hemminger2014-01-021-56/+26Star