summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-03-22devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-20devlink: Remove redundant free on error pathArkadi Sharshevsky
2018-03-19bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend
2018-03-19bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend
2018-03-19bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend
2018-03-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai
2018-03-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-03-14net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn
2018-03-14pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva
2018-03-13pktgen: use dynamic allocation for debug print bufferArnd Bergmann
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni
2018-03-09pktgen: Remove VLA usageGustavo A. R. Silva
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree
2018-03-08net: Convert pg_net_opsKirill Tkhai
2018-03-08devlink: Change dpipe/resource get privilegesArkadi Sharshevsky
2018-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore
2018-03-07net: Make account struct net to memcgKirill Tkhai
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-05net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistencyJonathan Neuschäfer
2018-03-05net: Make RX-FCS and LRO mutually exclusiveGal Pressman
2018-03-04gre: add sequence number for collect md mode.William Tu
2018-03-04net: make skb_gso_*_seglen functions privateDaniel Axtens
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern
2018-03-03bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree
2018-03-01net: allow interface to be set into VRF if VLAN interface in same VRFMike Manning
2018-03-01net: Fix spelling mistake "greater then" -> "greater than"Gal Pressman
2018-02-28net: fib_rules: support for match on ip_proto, sport and dportRoopa Prabhu
2018-02-28mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko
2018-02-27devlink: Fix resource coverity errorsArkadi Sharshevsky
2018-02-27devlink: Compare to size_new in case of resource child validationArkadi Sharshevsky
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-23net: fib_rules: Add new attribute to set protocolDonald Sharp
2018-02-23net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet
2018-02-22bpf: clean up unused-variable warningArnd Bergmann