summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | net: Fix spelling mistake "greater then" -> "greater than"Gal Pressman2018-03-011-1/+1
* | | net: fib_rules: support for match on ip_proto, sport and dportRoopa Prabhu2018-02-281-2/+90
* | | net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-262-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-242-5/+2
|\ \ \ | |/ /
| * | net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet2018-02-231-0/+1
| * | bpf: clean up unused-variable warningArnd Bergmann2018-02-221-5/+1
| |/
* | net: fib_rules: Add new attribute to set protocolDonald Sharp2018-02-231-4/+11
* | net: Allow a rule to track originating protocolDonald Sharp2018-02-211-1/+6
* | tcp: switch to GSO being always onEric Dumazet2018-02-211-1/+1
* | devlink: Move size validation to coreArkadi Sharshevsky2018-02-201-5/+27
* | net: Queue net_cleanup_work only if there is first net addedKirill Tkhai2018-02-201-2/+2
* | net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai2018-02-201-14/+6
* | net: Kill net_mutexKirill Tkhai2018-02-201-21/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-191-2/+9
|\ \ | |/
| * net: fix race on decreasing number of TX queuesJakub Kicinski2018-02-141-2/+9
* | sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan2018-02-161-11/+14
* | skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan2018-02-161-2/+4
OpenPOWER on IntegriCloud