Age | Commit message (Expand) | Author | Files | Lines |
2019-07-22 | tcp: be more careful in tcp_fragment() | Eric Dumazet | 1 | -2/+11 |
2019-07-21 | net: sched: verify that q!=NULL before setting q->flags | Vlad Buslov | 1 | -1/+3 |
2019-07-21 | tipc: Fix a typo | Christophe JAILLET | 1 | -1/+1 |
2019-07-20 | mac80211: don't warn about CW params when not using them | Brian Norris | 1 | -4/+9 |
2019-07-20 | mac80211: fix possible memory leak in ieee80211_assign_beacon | Lorenzo Bianconi | 1 | -2/+6 |
2019-07-20 | net: flow_offload: add flow_block structure and use it | Pablo Neira Ayuso | 5 | -10/+15 |
2019-07-20 | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t | Pablo Neira Ayuso | 7 | -12/+13 |
2019-07-20 | net: flow_offload: remove netns parameter from flow_block_cb_alloc() | Pablo Neira Ayuso | 2 | -7/+4 |
2019-07-20 | net: openvswitch: rename flow_stats to sw_flow_stats | Pablo Neira Ayuso | 3 | -10/+10 |
2019-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 41 | -77/+106 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -14/+36 |
2019-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 25 | -102/+192 |
2019-07-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 13 | -122/+97 |
2019-07-19 | netfilter: bridge: make NF_TABLES_BRIDGE tristate | Arnd Bergmann | 3 | -3/+3 |
2019-07-19 | tcp: fix tcp_set_congestion_control() use from bpf hook | Eric Dumazet | 3 | -5/+7 |
2019-07-19 | proc/sysctl: add shared variables for range check | Matteo Croce | 13 | -122/+97 |
2019-07-19 | net: dsa: sja1105: Fix missing unlock on error in sk_buff() | Wei Yongjun | 1 | -0/+1 |
2019-07-19 | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 18 | -508/+845 |
2019-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 3 | -24/+29 |
2019-07-18 | ipv6: Unlink sibling route in case of failure | Ido Schimmel | 1 | -1/+17 |
2019-07-18 | netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGE | Pablo Neira Ayuso | 1 | -2/+2 |
2019-07-18 | netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a module | Pablo Neira Ayuso | 1 | -1/+1 |
2019-07-18 | netfilter: synproxy: fix rst sequence number mismatch | Fernando Fernandez Mancera | 1 | -2/+2 |
2019-07-18 | udp: Fix typo in net/ipv4/udp.c | Su Yanjun | 1 | -1/+1 |
2019-07-18 | SUNRPC: Optimise transport balancing code | Trond Myklebust | 1 | -29/+38 |
2019-07-18 | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request | Trond Myklebust | 3 | -2/+4 |
2019-07-18 | netfilter: nf_tables: Support auto-loading for inet nat | Phil Sutter | 1 | -0/+3 |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 9 | -86/+212 |
2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust | 7 | -19/+46 |
2019-07-18 | SUNRPC: Fix initialisation of struct rpc_xprt_switch | Trond Myklebust | 1 | -1/+3 |
2019-07-18 | ipv6: rt6_check should return NULL if 'from' is NULL | David Ahern | 1 | -1/+1 |
2019-07-18 | tipc: initialize 'validated' field of received packets | Jon Maloy | 1 | -0/+1 |
2019-07-18 | fib: relax source validation check for loopback packets | Cong Wang | 1 | -0/+5 |
2019-07-17 | net_sched: unset TCQ_F_CAN_BYPASS when adding filters | Cong Wang | 3 | -4/+1 |
2019-07-17 | net/rds: Initialize ic->i_fastreg_wrs upon allocation | Gerd Rausch | 1 | -1/+1 |
2019-07-17 | net/rds: Keep track of and wait for FRWR segments in use upon shutdown | Gerd Rausch | 3 | -6/+45 |
2019-07-17 | net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes... | Gerd Rausch | 1 | -1/+2 |
2019-07-17 | net/rds: Fix NULL/ERR_PTR inconsistency | Gerd Rausch | 1 | -2/+2 |
2019-07-17 | net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin... | Gerd Rausch | 2 | -27/+40 |
2019-07-17 | net/rds: Get rid of "wait_clean_list_grace" and add locking | Gerd Rausch | 2 | -38/+19 |
2019-07-17 | net/rds: Give fr_state a chance to transition to FRMR_IS_FREE | Gerd Rausch | 2 | -1/+27 |
2019-07-17 | net/sched: Make NET_ACT_CT depends on NF_NAT | YueHaibing | 1 | -1/+1 |
2019-07-17 | net: sctp: fix warning "NULL check before some freeing functions is not needed" | Hariprasad Kelam | 1 | -8/+4 |
2019-07-17 | fix: taprio: Change type of txtime-delay parameter to u32 | Vedang Patel | 1 | -3/+3 |
2019-07-17 | skbuff: fix compilation warnings in skb_dump() | Qian Cai | 1 | -1/+1 |
2019-07-16 | netfilter: nft_hash: fix symhash with modulus one | Laura Garcia Liebana | 1 | -1/+1 |
2019-07-16 | netfilter: nf_tables: don't fail when updating base chain policy | Florian Westphal | 1 | -0/+2 |
2019-07-16 | netfilter: conntrack: always store window size un-scaled | Florian Westphal | 1 | -3/+5 |
2019-07-16 | netfilter: synproxy: fix erroneous tcp mss option | Fernando Fernandez Mancera | 4 | -2/+8 |
2019-07-16 | netfilter: nf_tables: fix module autoload for redir | Christian Hesse | 1 | -1/+1 |