summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-03-19gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet1-4/+18
2019-03-14bpf: Stop the psock parser before canceling its workJakub Sitnicki1-0/+1
2019-03-14sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki1-2/+1
2019-03-14bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao1-0/+2
2019-03-10net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing1-0/+3
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet1-2/+0
2019-02-27bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng1-0/+4
2019-02-27bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov1-1/+4
2019-02-27bpf: correctly set initial window on active Fast Open senderYuchung Cheng1-1/+1
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-12bpf: sk_msg, fix socket data_ready eventsJohn Fastabend1-3/+3
2019-02-12bpf: sk_msg, zap ingress queue on psock downJohn Fastabend1-0/+1
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2019-01-26net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes1-6/+1
2019-01-22bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2-10/+12
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-5/+10
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg1-0/+3
2018-12-20neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern1-1/+6
2018-12-20gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2018-12-12bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-3/+17
2018-12-08net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev1-1/+4
2018-12-08selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev1-0/+1
2018-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-13/+14
2018-12-06net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-4/+4
2018-12-05rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-04net/core: tidy up an error messageQian Cai1-2/+2
2018-12-01bpf: Support sk lookup in netns with id 0Joe Stringer1-5/+6
2018-12-01bpf: fix pointer offsets in context for 32 bitDaniel Borkmann1-8/+8
2018-11-29net: fix XPS static_key accountingSabrina Dubroca1-21/+24
2018-11-29net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca1-7/+9
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+2
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2018-11-22net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+5
2018-11-18net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-10flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-09bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov1-3/+2
2018-11-06sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2018-11-06net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov1-1/+2
2018-11-06rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev1-1/+1
2018-11-04net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2018-11-03net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre1-0/+2
2018-10-30rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-28net: Properly unlink GRO packets on overflow.David S. Miller1-1/+1
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-6/+25
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-6/+9
2018-10-27net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet1-2/+2
2018-10-27bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann1-4/+0
2018-10-26Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+1