summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-15bpf: fix lockdep splatEric Dumazet
2017-11-15net: cdc_ncm: GetNtbFormat endian fixBjørn Mork
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva
2017-11-15Merge branch 'netem-fix-compilation-on-32-bit'David S. Miller
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger
2017-11-15netem: use 64 bit divide by rateStephen Hemminger
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-11-15net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai
2017-11-15ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel
2017-11-15uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin
2017-11-15usbnet: ipheth: prevent TX queue timeouts when device not readyAlexander Kappner
2017-11-15vhost_net: conditionally enable tx pollingJason Wang
2017-11-15uapi: fix linux/rxrpc.h userspace compilation errorsDmitry V. Levin
2017-11-14net: stmmac: fix LPI transitioning for dwmac4Niklas Cassel
2017-11-14atm: horizon: Fix irq release errorArvind Yadav
2017-11-14net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun
2017-11-14openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun
2017-11-14liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter
2017-11-14xdp: sample: Missing curly braces in read_route()Dan Carpenter
2017-11-14ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d...Desnes Augusto Nunes do Rosario
2017-11-14net: bridge: add vlan_tunnel to bridge port policiesNikolay Aleksandrov
2017-11-14net: mvneta: fix handling of the Tx descriptor counterSimon Guinot
2017-11-14netlink: remove unused NETLINK SKB flagsJohannes Berg
2017-11-14netlink: remove unnecessary forward declarationJohannes Berg
2017-11-14net: dsa: lan9303: calculate offload_fwd_mark from tagEgil Hjelmeland
2017-11-14net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIsSalil Mehta
2017-11-14net: dsa: lan9303: correctly check return value of devm_gpiod_get_optionalPan Bian
2017-11-14net: phy: realtek: fix RTL8211F interrupt modeHeiner Kallweit
2017-11-14Merge branch 'mlxsw-Update-firmware-version'David S. Miller
2017-11-14mlxsw: spectrum_router: Add batch neighbour deletionIdo Schimmel
2017-11-14mlxsw: spectrum: Update minimum firmware version to 13.1530.152Shalom Toledo
2017-11-14net: Mention net-next status web page in netdev-FAQ.txtHarald Welte
2017-11-14net: Extend Kernel GTP-U tunneling documentationHarald Welte
2017-11-14Merge branch 'net-devname_alloc_cleanups'David S. Miller
2017-11-14net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes
2017-11-14net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes
2017-11-14net: core: move dev_alloc_name_ns a little higherRasmus Villemoes
2017-11-14net: core: improve sanity checking in __dev_alloc_nameRasmus Villemoes
2017-11-14Merge branch 'tls-misc-fixes'David S. Miller
2017-11-14tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin
2017-11-14tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin
2017-11-14tls: Move tls_make_aad to header to allow sharingIlya Lesokhin
2017-11-14tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin
2017-11-14tls: Add function to update the TLS socket configurationIlya Lesokhin
2017-11-14tls: Use kzalloc for aead_request allocationIlya Lesokhin