aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+333
2018-03-19bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend1-1/+134
2018-03-19bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend1-0/+16
2018-03-19bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend1-0/+16
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend1-0/+106
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend1-11/+16
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend1-0/+56
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai1-1/+2
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai1-0/+6
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn1-2/+0
2018-03-14pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva1-1/+1
2018-03-13pktgen: use dynamic allocation for debug print bufferArnd Bergmann1-7/+8
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman1-4/+11
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni1-0/+3
2018-03-09pktgen: Remove VLA usageGustavo A. R. Silva1-1/+1
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-0/+12
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree1-15/+49
2018-03-08net: Convert pg_net_opsKirill Tkhai1-0/+1
2018-03-08devlink: Change dpipe/resource get privilegesArkadi Sharshevsky1-4/+4
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia1-1/+2
2018-03-07net: Make account struct net to memcgKirill Tkhai1-1/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-36/+83
2018-03-05net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistencyJonathan Neuschäfer1-2/+2
2018-03-05net: Make RX-FCS and LRO mutually exclusiveGal Pressman1-0/+6
2018-03-04gre: add sequence number for collect md mode.William Tu1-1/+3
2018-03-04net: make skb_gso_*_seglen functions privateDaniel Axtens1-2/+35
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens1-5/+6
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern1-16/+0
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree1-1/+4
2018-03-01net: allow interface to be set into VRF if VLAN interface in same VRFMike Manning1-5/+9
2018-03-01net: Fix spelling mistake "greater then" -> "greater than"Gal Pressman1-1/+1
2018-02-28net: fib_rules: support for match on ip_proto, sport and dportRoopa Prabhu1-2/+90
2018-02-28mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko1-3/+4
2018-02-27devlink: Fix resource coverity errorsArkadi Sharshevsky1-16/+21
2018-02-27devlink: Compare to size_new in case of resource child validationArkadi Sharshevsky1-1/+1
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan2-3/+3
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+2
2018-02-23net: fib_rules: Add new attribute to set protocolDonald Sharp1-4/+11
2018-02-23net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet1-0/+1
2018-02-22bpf: clean up unused-variable warningArnd Bergmann1-5/+1
2018-02-21net: Allow a rule to track originating protocolDonald Sharp1-1/+6
2018-02-21tcp: switch to GSO being always onEric Dumazet1-1/+1
2018-02-20devlink: Move size validation to coreArkadi Sharshevsky1-5/+27
2018-02-20net: Queue net_cleanup_work only if there is first net addedKirill Tkhai1-2/+2
2018-02-20net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai1-14/+6
2018-02-20net: Kill net_mutexKirill Tkhai1-21/+32
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2018-02-16sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan1-11/+14
2018-02-16skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan1-2/+4
2018-02-14net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9