summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: add bpf_tcp_gen_syncookie helperPetar Penkov2019-07-301-0/+73
* tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-303-0/+103
* tcp: tcp_syn_flood_action read port from socketPetar Penkov2019-07-301-5/+3
* xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-291-2/+7
* bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-251-0/+9
* bpf/flow_dissector: support flags in BPF_PROG_TEST_RUNStanislav Fomichev2019-07-251-4/+35
* bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-252-3/+11
* bpf: Allow bpf_skb_event_output for a few prog typesAllan Zhang2019-07-251-0/+6
* hv_sock: Use consistent types for UUIDsAndy Shevchenko2019-07-231-12/+12
* net: sched: include mpls actions in hardware intermediate representationJohn Hurley2019-07-231-0/+25
* net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)2019-07-221-1/+1
* net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-225-31/+37
* net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski2019-07-221-0/+1
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-211-2/+11
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
* tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1
* mac80211: don't warn about CW params when not using themBrian Norris2019-07-201-4/+9
* mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi2019-07-201-2/+6
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-195-10/+15
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-197-12/+13
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-192-7/+4
* net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-193-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-1941-77/+106
|\
| * netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann2019-07-193-3/+3
| * netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGEPablo Neira Ayuso2019-07-181-2/+2
| * netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso2019-07-181-1/+1
| * netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera2019-07-181-2/+2
| * netfilter: nf_tables: Support auto-loading for inet natPhil Sutter2019-07-181-0/+3
| * netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana2019-07-161-1/+1
| * netfilter: nf_tables: don't fail when updating base chain policyFlorian Westphal2019-07-161-0/+2
| * netfilter: conntrack: always store window size un-scaledFlorian Westphal2019-07-161-3/+5
| * netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-164-2/+8
| * netfilter: nf_tables: fix module autoload for redirChristian Hesse2019-07-161-1/+1
| * netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-167-16/+9
| * netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-1619-44/+62
| * netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-162-2/+7
| * netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-07-151-1/+1
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-192-14/+36
|\ \
| * | vfs: Convert sockfs to use the new mount APIDavid Howells2019-05-251-6/+10
| * | vfs: Convert rpc_pipefs to use the new mount APIDavid Howells2019-05-251-8/+26
| * | mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1925-102/+192
|\ \ \
| * | | tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-183-5/+7
| * | | net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun2019-07-181-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-183-24/+29
| |\ \ \
| | * | | bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev2019-07-151-1/+11
| | * | | bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev2019-07-151-6/+6
| | * | | xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-122-10/+8
| | * | | xdp: fix possible cq entry leakIlya Maximets2019-07-121-7/+4
| * | | | ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-181-1/+17