Age | Commit message (Expand) | Author | Files | Lines |
2020-07-23 | mptcp: mark as fallback even early ones | Paolo Abeni | 1 | -2/+9 |
2020-07-23 | mptcp: avoid data corruption on reinsert | Paolo Abeni | 1 | -1/+6 |
2020-07-23 | subflow: always init 'rel_write_seq' | Paolo Abeni | 2 | -1/+1 |
2020-07-23 | sfc: convert to new udp_tunnel infrastructure | Jakub Kicinski | 3 | -182/+63 |
2020-07-23 | Merge branch 'qed-qede-improve-chain-API-and-add-XDP_REDIRECT-support' | David S. Miller | 15 | -858/+1018 |
2020-07-23 | qede: add .ndo_xdp_xmit() and XDP_REDIRECT support | Alexander Lobakin | 3 | -5/+118 |
2020-07-23 | qede: refactor XDP Tx processing | Alexander Lobakin | 2 | -45/+45 |
2020-07-23 | qede: reformat net_device_ops declarations | Alexander Lobakin | 1 | -61/+61 |
2020-07-23 | qede: reformat several structures in "qede.h" | Alexander Lobakin | 1 | -77/+89 |
2020-07-23 | qed: introduce qed_chain_get_elem_used{,u32}() | Alexander Lobakin | 1 | -4/+14 |
2020-07-23 | qed: optimize common chain accessors | Alexander Lobakin | 1 | -27/+33 |
2020-07-23 | qed: add support for different page sizes for chains | Alexander Lobakin | 3 | -18/+33 |
2020-07-23 | qed: simplify chain allocation with init params struct | Alexander Lobakin | 10 | -233/+242 |
2020-07-23 | qed: simplify initialization of the chains with an external PBL | Alexander Lobakin | 1 | -18/+19 |
2020-07-23 | qed: move chain initialization inlines next to allocation functions | Alexander Lobakin | 2 | -112/+47 |
2020-07-23 | qed: sanitize PBL chains allocation | Alexander Lobakin | 3 | -21/+20 |
2020-07-23 | qed: prevent possible double-frees of the chains | Alexander Lobakin | 1 | -1/+3 |
2020-07-23 | qed: move chain methods to a separate file | Alexander Lobakin | 3 | -273/+303 |
2020-07-23 | qed: reformat Makefile | Alexander Lobakin | 1 | -7/+29 |
2020-07-23 | qed: reformat "qed_chain.h" a bit | Alexander Lobakin | 1 | -60/+66 |
2020-07-23 | net: qed_hsi.h: Avoid the use of one-element array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-23 | bna: bfi.h: Avoid the use of one-element array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-23 | tg3: Avoid the use of one-element array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-23 | ionic: fix memory leak of object 'lid' | Colin Ian King | 1 | -1/+3 |
2020-07-23 | Merge branch 'l2tp-cleanup-checkpatch-pl-warnings' | David S. Miller | 8 | -177/+145 |
2020-07-23 | l2tp: avoid precidence issues in L2TP_SKB_CB macro | Tom Parkin | 1 | -1/+1 |
2020-07-23 | l2tp: line-break long function prototypes | Tom Parkin | 1 | -2/+4 |
2020-07-23 | l2tp: prefer seq_puts for unformatted output | Tom Parkin | 1 | -2/+2 |
2020-07-23 | l2tp: prefer using BIT macro | Tom Parkin | 1 | -2/+2 |
2020-07-23 | l2tp: add identifier name in function pointer prototype | Tom Parkin | 1 | -1/+1 |
2020-07-23 | l2tp: cleanup suspect code indent | Tom Parkin | 1 | -2/+2 |
2020-07-23 | l2tp: cleanup wonky alignment of line-broken function calls | Tom Parkin | 3 | -8/+8 |
2020-07-23 | l2tp: cleanup difficult-to-read line breaks | Tom Parkin | 2 | -44/+31 |
2020-07-23 | l2tp: cleanup comments | Tom Parkin | 8 | -68/+47 |
2020-07-23 | l2tp: cleanup whitespace use | Tom Parkin | 7 | -48/+48 |
2020-07-23 | devlink: Always use user_ptr[0] for devlink and simplify post_doit | Parav Pandit | 1 | -94/+70 |
2020-07-23 | hv_netvsc: add support for vlans in AF_PACKET mode | Sriram Krishnan | 2 | -0/+25 |
2020-07-23 | mptcp: zero token hash at creation time. | Paolo Abeni | 1 | -1/+1 |
2020-07-23 | lan743x: remove redundant initialization of variable current_head_index | Colin Ian King | 1 | -2/+1 |
2020-07-23 | enetc: Remove the imdio bus on PF probe bailout | Claudiu Manoil | 1 | -1/+9 |
2020-07-23 | net: qed: Remove unneeded cast from memory allocation | Wang Hai | 1 | -2/+1 |
2020-07-23 | net: phy: fix check in get_phy_c45_ids | Vladimir Oltean | 1 | -2/+2 |
2020-07-23 | net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill) | Richard Sailer | 2 | -0/+12 |
2020-07-23 | Merge branch 'Add-DSA-yaml-binding' | David S. Miller | 3 | -256/+99 |
2020-07-23 | net: dsa: of: Allow ethernet-ports as encapsulating node | Kurt Kanzenbach | 1 | -2/+6 |
2020-07-23 | dt-bindings: net: dsa: Let dsa.txt refer to dsa.yaml | Kurt Kanzenbach | 1 | -254/+1 |
2020-07-23 | dt-bindings: net: dsa: Add DSA yaml binding | Kurt Kanzenbach | 1 | -0/+92 |
2020-07-22 | net: mscc: ocelot: fix non-initialized CPU port on VSC7514 | Vladimir Oltean | 1 | -14/+14 |
2020-07-22 | net: explicitly include <linux/compat.h> in net/core/sock.c | Christoph Hellwig | 1 | -0/+1 |
2020-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 68 | -526/+4930 |