| Commit message (Expand) | Author | Files | Lines |
2017-11-15 | geneve: fix fill_info when link down | Hangbin Liu | 1 | -14/+10 |
2017-11-15 | bpf: fix lockdep splat | Eric Dumazet | 1 | -2/+6 |
2017-11-15 | net: cdc_ncm: GetNtbFormat endian fix | Bjørn Mork | 1 | -2/+2 |
2017-11-15 | openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_start | Gustavo A. R. Silva | 1 | -1/+1 |
2017-11-15 | netem: remove unnecessary 64 bit modulus | Stephen Hemminger | 1 | -3/+3 |
2017-11-15 | netem: use 64 bit divide by rate | Stephen Hemminger | 1 | -7/+4 |
2017-11-15 | tcp: Namespace-ify sysctl_tcp_default_congestion_control | Stephen Hemminger | 7 | -54/+64 |
2017-11-15 | net: Protect iterations over net::fib_notifier_ops in fib_seq_sum() | Kirill Tkhai | 1 | -1/+3 |
2017-11-15 | ipv6: set all.accept_dad to 0 by default | Nicolas Dichtel | 1 | -1/+1 |
2017-11-15 | uapi: fix linux/tls.h userspace compilation error | Dmitry V. Levin | 2 | -4/+4 |
2017-11-15 | usbnet: ipheth: prevent TX queue timeouts when device not ready | Alexander Kappner | 1 | -9/+21 |
2017-11-15 | vhost_net: conditionally enable tx polling | Jason Wang | 1 | -0/+2 |
2017-11-15 | uapi: fix linux/rxrpc.h userspace compilation errors | Dmitry V. Levin | 1 | -5/+5 |
2017-11-14 | net: stmmac: fix LPI transitioning for dwmac4 | Niklas Cassel | 2 | -1/+25 |
2017-11-14 | atm: horizon: Fix irq release error | Arvind Yadav | 1 | -1/+1 |
2017-11-14 | net-sysfs: trigger netlink notification on ifalias change via sysfs | Roopa Prabhu | 1 | -3/+14 |
2017-11-14 | openvswitch: Using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -8/+1 |
2017-11-14 | openvswitch: Make local function ovs_nsh_key_attr_size() static | Wei Yongjun | 1 | -1/+1 |
2017-11-14 | openvswitch: Fix return value check in ovs_meter_cmd_features() | Wei Yongjun | 1 | -1/+1 |
2017-11-14 | liquidio: Missing error code in liquidio_init_nic_module() | Dan Carpenter | 1 | -1/+2 |
2017-11-14 | xdp: sample: Missing curly braces in read_route() | Dan Carpenter | 1 | -2/+3 |
2017-11-14 | ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d... | Desnes Augusto Nunes do Rosario | 2 | -4/+176 |
2017-11-14 | net: bridge: add vlan_tunnel to bridge port policies | Nikolay Aleksandrov | 1 | -0/+1 |
2017-11-14 | net: mvneta: fix handling of the Tx descriptor counter | Simon Guinot | 1 | -5/+8 |
2017-11-14 | netlink: remove unused NETLINK SKB flags | Johannes Berg | 1 | -3/+0 |
2017-11-14 | netlink: remove unnecessary forward declaration | Johannes Berg | 1 | -1/+0 |
2017-11-14 | net: dsa: lan9303: calculate offload_fwd_mark from tag | Egil Hjelmeland | 1 | -16/+8 |
2017-11-14 | net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIs | Salil Mehta | 2 | -81/+43 |
2017-11-14 | net: dsa: lan9303: correctly check return value of devm_gpiod_get_optional | Pan Bian | 1 | -1/+1 |
2017-11-14 | net: phy: realtek: fix RTL8211F interrupt mode | Heiner Kallweit | 1 | -0/+2 |
2017-11-14 | mlxsw: spectrum_router: Add batch neighbour deletion | Ido Schimmel | 1 | -3/+12 |
2017-11-14 | mlxsw: spectrum: Update minimum firmware version to 13.1530.152 | Shalom Toledo | 1 | -2/+2 |
2017-11-14 | net: Mention net-next status web page in netdev-FAQ.txt | Harald Welte | 1 | -1/+4 |
2017-11-14 | net: Extend Kernel GTP-U tunneling documentation | Harald Welte | 1 | -4/+99 |
2017-11-14 | net: core: dev_get_valid_name is now the same as dev_alloc_name_ns | Rasmus Villemoes | 1 | -13/+1 |
2017-11-14 | net: core: maybe return -EEXIST in __dev_alloc_name | Rasmus Villemoes | 1 | -1/+1 |
2017-11-14 | net: core: check dev_valid_name in __dev_alloc_name | Rasmus Villemoes | 1 | -0/+3 |
2017-11-14 | net: core: drop pointless check in __dev_alloc_name | Rasmus Villemoes | 1 | -2/+1 |
2017-11-14 | net: core: eliminate dev_alloc_name{,_ns} code duplication | Rasmus Villemoes | 1 | -10/+2 |
2017-11-14 | net: core: move dev_alloc_name_ns a little higher | Rasmus Villemoes | 1 | -13/+13 |
2017-11-14 | net: core: improve sanity checking in __dev_alloc_name | Rasmus Villemoes | 1 | -1/+1 |
2017-11-14 | tls: don't override sk_write_space if tls_set_sw_offload fails. | Ilya Lesokhin | 1 | -3/+2 |
2017-11-14 | tls: Avoid copying crypto_info again after cipher_type check. | Ilya Lesokhin | 1 | -17/+12 |
2017-11-14 | tls: Move tls_make_aad to header to allow sharing | Ilya Lesokhin | 2 | -17/+16 |
2017-11-14 | tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. | Ilya Lesokhin | 3 | -11/+17 |
2017-11-14 | tls: Add function to update the TLS socket configuration | Ilya Lesokhin | 2 | -14/+34 |
2017-11-14 | tls: Use kzalloc for aead_request allocation | Ilya Lesokhin | 1 | -1/+1 |
2017-11-14 | bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change | Yonghong Song | 1 | -19/+112 |
2017-11-14 | bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZERO | Yonghong Song | 1 | -2/+6 |
2017-11-14 | bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics | Yonghong Song | 1 | -16/+24 |