summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-02-10net: Fix checkpatch WARNING: please, no space before tabstcharding
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-02-05net: remove __napi_complete()Eric Dumazet
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet
2017-02-02net: remove useless pfmemalloc settingEric Dumazet
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-01net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-02-01rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern
2017-01-30net: Drop secpath on free after gro merge.Steffen Klassert
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann
2017-01-20net: remove duplicate code.Mahesh Bandewar
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha
2017-01-17net: AF-specific RTM_GETSTATS attributesRobert Shearman
2017-01-16flow dissector: check if arp_eth is null rather than arpColin Ian King
2017-01-12secure_seq: fix sparse errorsEric Dumazet
2017-01-12lwt_bpf: bpf_lwt_prog_cmp() can be staticWei Yongjun
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann
2017-01-12net: fix AF_SMC related typoUrsula Braun
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-01-11flow disector: ARP supportSimon Horman
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet