summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-191-0/+19
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-191-0/+2
* net: fix skb use after free in netpollFeng Sun2019-09-101-3/+3
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-08-251-3/+17
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-08-251-2/+8
* bpf: restrict access to core bpf sysctlsDaniel Borkmann2019-08-251-3/+38
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2019-08-251-6/+12
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-091-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-311-1/+2
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-311-0/+2
* bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-07-211-0/+1
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-07-031-3/+0
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-221-0/+7
* ethtool: check the return value of get_regs_lenYunsheng Lin2019-06-111-2/+10
* Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-111-3/+3
* Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return ...Greg Kroah-Hartman2019-06-111-1/+0
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-111-0/+11
* neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-06-111-1/+8
* ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-111-1/+4
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-091-1/+1
* net: avoid weird emergency messageEric Dumazet2019-05-251-1/+1
* fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...")Greg Kroah-Hartman2019-05-211-0/+1
* fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-161-3/+3
* net: don't keep lonely packets forever in the gro hashPaolo Abeni2019-05-161-2/+5
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-04-171-15/+26
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-171-0/+1
* net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-171-1/+1
* net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-04-031-2/+4
* net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-04-031-1/+1
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-191-4/+18
* bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-03-131-0/+2
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-131-0/+3
* bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-02-271-1/+4
* bpf: correctly set initial window on active Fast Open senderYuchung Cheng2019-02-271-1/+1
* net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-231-0/+4
* net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-231-2/+2
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-02-201-13/+50
* net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-02-061-0/+3
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-261-6/+1
* bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-232-10/+12
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-0/+3
* gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2019-01-091-0/+1
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-171-0/+3
* net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-12-051-0/+4
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-1/+1
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-231-0/+4
* flow_dissector: do not dissect l4 ports for fragments배석진2018-11-231-2/+2