summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2018-02-21net: Allow a rule to track originating protocolDonald Sharp
2018-02-21tcp: switch to GSO being always onEric Dumazet
2018-02-20devlink: Move size validation to coreArkadi Sharshevsky
2018-02-20net: Queue net_cleanup_work only if there is first net addedKirill Tkhai
2018-02-20net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai
2018-02-20net: Kill net_mutexKirill Tkhai
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-16sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan
2018-02-16skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan
2018-02-14net: fix race on decreasing number of TX queuesJakub Kicinski