summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-03-10net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet
2019-02-27bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng
2019-02-27bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov
2019-02-27bpf: correctly set initial window on active Fast Open senderYuchung Cheng
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-12bpf: sk_msg, fix socket data_ready eventsJohn Fastabend
2019-02-12bpf: sk_msg, zap ingress queue on psock downJohn Fastabend
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng
2019-01-26net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes
2019-01-22bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg
2018-12-19neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern
2018-12-19gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2018-12-07net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev
2018-12-07selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-04rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet
2018-12-03net/core: tidy up an error messageQian Cai
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann
2018-11-29net: fix XPS static_key accountingSabrina Dubroca
2018-11-29net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca
2018-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni
2018-11-21net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-17net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-09flow_dissector: do not dissect l4 ports for fragments배석진
2018-11-09bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov
2018-11-05sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin
2018-11-05net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov
2018-11-05rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev
2018-11-03net: do not abort bulk send on BQL statusEric Dumazet
2018-11-02net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre
2018-10-29rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-10-28net: Properly unlink GRO packets on overflow.David S. Miller
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-10-26net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet
2018-10-26bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann
2018-10-25Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2018-10-25bpf: make direct packet write unclone more robustDaniel Borkmann
2018-10-25bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti