summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-251-1/+1
* net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-251-1/+1
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-05-161-2/+2
* net: initialize skb->peeked when cloningEric Dumazet2018-05-161-0/+1
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-291-4/+8
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-291-1/+1
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-291-10/+18
* net: fool proof dev_valid_name()Eric Dumazet2018-04-121-1/+1
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-03-301-2/+4
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-03-271-1/+1
* 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: 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_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: fix race on decreasing number of TX queuesJakub Kicinski2018-02-141-2/+9
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-15/+15
* net: Whitelist the skbuff_head_cache "cb" fieldKees Cook2018-02-081-1/+3
* rtnetlink: require unique netns identifierChristian Brauner2018-02-081-0/+48
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-32/+21
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-1/+3
|\
| * net: Restrict unwhitelisted proto caches to size 0Kees Cook2018-01-151-3/+1
| * net: Define usercopy region in struct proto slab cacheDavid Windsor2018-01-151-1/+5
* | Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-021-4/+1
* | soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet2018-02-021-15/+20
* | rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner2018-02-011-3/+0
* | net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-011-13/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3122-673/+1902
|\ \
| * | rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner2018-01-311-5/+1
| * | net_sched: gen_estimator: fix lockdep splatEric Dumazet2018-01-291-0/+4
| * | net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-291-0/+1
| * | net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-293-37/+34
| * | dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-292-18/+32
| * | dev: always advertise the new nsid when the netns iface changesNicolas Dichtel2018-01-291-4/+1
| * | rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner2018-01-291-11/+28
| * | rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner2018-01-291-3/+0
| * | rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner2018-01-291-7/+47