summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-091-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-281-1/+1
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-281-0/+2
* bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-07-141-0/+1
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-3/+17
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-031-0/+2
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-07-031-3/+0Star
* 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
* 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
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-3/+3
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-041-1/+1
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-05-311-2/+8
* rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-251-6/+10
* net: avoid weird emergency messageEric Dumazet2019-05-251-1/+1
* fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-161-3/+3
* net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-271-1/+9
* failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-272-4/+18
* net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-04-171-1/+3
* 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: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-04-171-16/+30
* 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
* bpf: only test gso type on gso packetsWillem de Bruijn2019-03-231-4/+4
* bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-03-231-8/+4Star
* 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-101-0/+3
* net: sched: put back q.qlen into a single locationEric Dumazet2019-03-101-2/+0Star
* 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: 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/+1Star
* bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-222-10/+12
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-5/+10
* gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2019-01-091-0/+1
* net: fix XPS static_key accountingSabrina Dubroca2018-12-171-21/+24
* net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca2018-12-171-7/+9
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-171-0/+3
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-171-4/+4
* net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-12-051-0/+5
* net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-12-051-2/+5
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-1/+1