summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
* net: Fix checkpatch, Missing a blank line after declarationstcharding2017-02-101-0/+13
* net: Fix checkpatch block comments warningstcharding2017-02-101-32/+33
* net: Fix checkpatch whitespace errorstcharding2017-02-101-19/+20
* net: Fix checkpatch WARNING: please, no space before tabstcharding2017-02-101-71/+71
* gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-082-0/+93
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-073-23/+25
|\
| * udp: properly cope with csum errorsEric Dumazet2017-02-071-2/+6
| * net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
| * ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-02-031-3/+6
* | net: pending_confirm is not used anymoreJulian Anastasov2017-02-071-1/+0
* | sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-071-0/+2
* | net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-44/+0
* | net: remove __napi_complete()Eric Dumazet2017-02-051-21/+3
* | net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-02-031-3/+4
* | net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-032-16/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-1/+1
|\ \
| * | skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-1/+1
* | | net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-021-2/+3
* | | net: remove useless pfmemalloc settingEric Dumazet2017-02-021-1/+0
* | | net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-02-011-3/+9
* | | rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd2017-02-011-1/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-011-0/+2
|\ \ \
| * | | net: Drop secpath on free after gro merge.Steffen Klassert2017-01-301-0/+2
| |/ /
* | | net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov2017-01-311-17/+22
* | | lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-302-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-284-9/+64
|\ \ \ | | |/ | |/|
| * | lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-01-241-1/+5
| * | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+1
| * | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-6/+56
| * | net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-01-181-2/+2
| * | net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-01-181-1/+1
* | | net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-271-3/+11
* | | bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann2017-01-241-3/+4
* | | bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann2017-01-241-15/+26
* | | bpf: simplify __is_valid_access test on cbDaniel Borkmann2017-01-241-13/+2
* | | net: remove duplicate code.Mahesh Bandewar2017-01-201-3/+1
* | | device: Implement a bus agnostic dev_num_vf routinePhil Sutter2017-01-201-2/+1
* | | net: AF-specific RTM_GETSTATS attributesRobert Shearman2017-01-171-0/+50
* | | flow dissector: check if arp_eth is null rather than arpColin Ian King2017-01-161-2/+2
* | | secure_seq: fix sparse errorsEric Dumazet2017-01-121-1/+3
* | | lwt_bpf: bpf_lwt_prog_cmp() can be staticWei Yongjun2017-01-121-1/+1
* | | bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-121-8/+33
* | | bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-121-65/+74
* | | net: fix AF_SMC related typoUrsula Braun2017-01-121-1/+1
* | | net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli2017-01-121-22/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-114-10/+12
|\ \ \ | |/ /
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-111-4/+4
| |\ \
| | * | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-101-4/+4
| * | | gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-111-2/+3
OpenPOWER on IntegriCloud