summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-03-20devlink: Remove redundant free on error pathArkadi Sharshevsky
2018-03-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
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-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore
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-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-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-23net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet
2018-02-22bpf: clean up unused-variable warningArnd Bergmann
2018-02-14net: fix race on decreasing number of TX queuesJakub Kicinski
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldKees Cook
2018-02-08rtnetlink: require unique netns identifierChristian Brauner
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-02soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2018-02-01rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29net_sched: gen_estimator: fix lockdep splatEric Dumazet
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel
2018-01-29dev: always advertise the new nsid when the netns iface changesNicolas Dichtel
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner
2018-01-29rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai