summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-21
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-21
* tipc: Fix a typoChristophe JAILLET2019-07-21
* mac80211: don't warn about CW params when not using themBrian Norris2019-07-20
* mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi2019-07-20
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-20
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-20
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-20
* net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-20
|\
| * netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann2019-07-19
| * netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGEPablo Neira Ayuso2019-07-18
| * netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso2019-07-18
| * netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera2019-07-18
| * netfilter: nf_tables: Support auto-loading for inet natPhil Sutter2019-07-18
| * netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana2019-07-16
| * netfilter: nf_tables: don't fail when updating base chain policyFlorian Westphal2019-07-16
| * netfilter: conntrack: always store window size un-scaledFlorian Westphal2019-07-16
| * netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-16
| * netfilter: nf_tables: fix module autoload for redirChristian Hesse2019-07-16
| * netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-16
| * netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-16
| * netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-16
| * netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-07-15
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-19
|\ \
| * | vfs: Convert sockfs to use the new mount APIDavid Howells2019-05-25
| * | vfs: Convert rpc_pipefs to use the new mount APIDavid Howells2019-05-25
| * | mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-19
|\ \ \
| * | | tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-18
| * | | net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun2019-07-18
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-18
| |\ \ \
| | * | | bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev2019-07-15
| | * | | bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev2019-07-15
| | * | | xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-12
| | * | | xdp: fix possible cq entry leakIlya Maximets2019-07-12
| * | | | ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-18
| * | | | udp: Fix typo in net/ipv4/udp.cSu Yanjun2019-07-18
| * | | | ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-17
| * | | | tipc: initialize 'validated' field of received packetsJon Maloy2019-07-17
| * | | | fib: relax source validation check for loopback packetsCong Wang2019-07-17
| * | | | net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-17
| * | | | net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch2019-07-17
| * | | | net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch2019-07-17
| * | | | net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gerd Rausch2019-07-17
| * | | | net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch2019-07-17
| * | | | net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gerd Rausch2019-07-17
| * | | | net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch2019-07-17
| * | | | net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGerd Rausch2019-07-17
| * | | | net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing2019-07-17