aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2018-04-12net: fool proof dev_valid_name()Eric Dumazet
2018-04-12net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-31devlink: Remove redundant free on error pathArkadi Sharshevsky
2018-03-08net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet
2018-03-08net: fix race on decreasing number of TX queuesJakub Kicinski
2018-02-25net_sched: gen_estimator: fix lockdep splatEric Dumazet
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-02-12soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2018-02-12Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-14bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-09net: core: fix module type in sock_diag_bindAndrii Vladyka
2018-01-04rtnetlink: give a user socket to get_target_net()Andrei Vagin
2018-01-02ethtool: do not print warning for applications using legacy APIStephen Hemminger
2018-01-02Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn
2017-12-21skbuff: orphan frags before zerocopy cloneWillem de Bruijn
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn
2017-12-15xdp: linearize skb in netif_receive_generic_xdp()Song Liu
2017-12-13net: remove duplicate includesPravin Shedge
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai
2017-11-14net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu
2017-11-14net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes
2017-11-14net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes
2017-11-14net: core: move dev_alloc_name_ns a little higherRasmus Villemoes