aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-23/+25
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov1-1/+0
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov1-0/+2
2017-02-07udp: properly cope with csum errorsEric Dumazet1-2/+6
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel1-44/+0
2017-02-05net: remove __napi_complete()Eric Dumazet1-21/+3
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet2-16/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka1-3/+6
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-2/+3
2017-02-02net: remove useless pfmemalloc settingEric Dumazet1-1/+0
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1
2017-02-01net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9
2017-02-01rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd1-1/+6
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+2
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov1-17/+22
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2-3/+3
2017-01-30net: Drop secpath on free after gro merge.Steffen Klassert1-0/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+64
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet1-3/+11
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+5
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+1
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann1-3/+4
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann1-15/+26
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann1-13/+2
2017-01-20net: remove duplicate code.Mahesh Bandewar1-3/+1
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter1-2/+1
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern1-6/+56
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha1-1/+1
2017-01-17net: AF-specific RTM_GETSTATS attributesRobert Shearman1-0/+50
2017-01-16flow dissector: check if arp_eth is null rather than arpColin Ian King1-2/+2
2017-01-12secure_seq: fix sparse errorsEric Dumazet1-1/+3
2017-01-12lwt_bpf: bpf_lwt_prog_cmp() can be staticWei Yongjun1-1/+1
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann1-8/+33
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann1-65/+74
2017-01-12net: fix AF_SMC related typoUrsula Braun1-1/+1
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli1-22/+0
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+12
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2017-01-11flow disector: ARP supportSimon Horman1-0/+57
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_freeAlexander Duyck1-4/+4
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman1-3/+3
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet1-2/+2
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov1-20/+20
2017-01-09smc: establish new socket familyUrsula Braun1-3/+3