summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+232
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-14/+25
* bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-1/+1
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-1/+1
* bpf: Add sock_ops R/W access to ipv4 tosNikita V. Shirokov2018-03-281-0/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-51/+98
|\
| * devlink: Remove redundant free on error pathArkadi Sharshevsky2018-03-201-12/+4
| * skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-161-1/+1
| * net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-161-2/+5
| * net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-141-7/+15
| * sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-122-8/+25
| * net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-091-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-071-18/+42
| |\
| | * bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens2018-03-031-18/+42
| * | net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore2018-03-071-2/+5
* | | net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-221-0/+1
* | | devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern2018-03-221-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-212-1/+333
|\ \ \
| * | | bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend2018-03-191-1/+134
| * | | bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend2018-03-191-0/+16
| * | | bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend2018-03-191-0/+16
| * | | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-0/+106
| * | | net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2018-03-191-11/+16
| * | | sock: make static tls function alloc_sg generic sock helperJohn Fastabend2018-03-191-0/+56
* | | | net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai2018-03-161-1/+2
* | | | net: Add rtnl_lock_killable()Kirill Tkhai2018-03-161-0/+6
* | | | sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn2018-03-141-2/+0
* | | | pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva2018-03-141-1/+1
* | | | pktgen: use dynamic allocation for debug print bufferArnd Bergmann2018-03-131-7/+8
* | | | net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman2018-03-121-4/+11
* | | | net: introduce IFF_NO_RX_HANDLERPaolo Abeni2018-03-091-0/+3
* | | | pktgen: Remove VLA usageGustavo A. R. Silva2018-03-091-1/+1
* | | | net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-0/+12
* | | | net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree2018-03-081-15/+49
* | | | net: Convert pg_net_opsKirill Tkhai2018-03-081-0/+1
* | | | devlink: Change dpipe/resource get privilegesArkadi Sharshevsky2018-03-081-4/+4
|/ / /
* | | sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia2018-03-071-1/+2
* | | net: Make account struct net to memcgKirill Tkhai2018-03-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-064-36/+83
|\| |
| * | net: make skb_gso_*_seglen functions privateDaniel Axtens2018-03-041-2/+35
| * | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-041-5/+6
| |/
| * net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree2018-03-011-1/+4
| * net: allow interface to be set into VRF if VLAN interface in same VRFMike Manning2018-03-011-5/+9
| * mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko2018-02-281-3/+4
| * devlink: Fix resource coverity errorsArkadi Sharshevsky2018-02-271-16/+21
| * devlink: Compare to size_new in case of resource child validationArkadi Sharshevsky2018-02-271-1/+1
* | net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistencyJonathan Neuschäfer2018-03-051-2/+2
* | net: Make RX-FCS and LRO mutually exclusiveGal Pressman2018-03-051-0/+6
* | gre: add sequence number for collect md mode.William Tu2018-03-041-1/+3
* | net: Remove unused get_hash_from_flow functionsDavid Ahern2018-03-041-16/+0