summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151617-26801/+91081
|\
| * tcp: highest_sack fixEric Dumazet2017-11-152-15/+4
| * geneve: fix fill_info when link downHangbin Liu2017-11-151-14/+10
| * bpf: fix lockdep splatEric Dumazet2017-11-151-2/+6
| * net: cdc_ncm: GetNtbFormat endian fixBjørn Mork2017-11-151-2/+2
| * openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva2017-11-151-1/+1
| * Merge branch 'netem-fix-compilation-on-32-bit'David S. Miller2017-11-151-10/+7
| |\
| | * netem: remove unnecessary 64 bit modulusStephen Hemminger2017-11-151-3/+3
| | * netem: use 64 bit divide by rateStephen Hemminger2017-11-151-7/+4
| |/
| * tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-157-54/+64
| * net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai2017-11-151-1/+3
| * ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel2017-11-151-1/+1
| * uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin2017-11-152-4/+4
| * usbnet: ipheth: prevent TX queue timeouts when device not readyAlexander Kappner2017-11-151-9/+21
| * vhost_net: conditionally enable tx pollingJason Wang2017-11-151-0/+2
| * uapi: fix linux/rxrpc.h userspace compilation errorsDmitry V. Levin2017-11-151-5/+5
| * net: stmmac: fix LPI transitioning for dwmac4Niklas Cassel2017-11-142-1/+25
| * atm: horizon: Fix irq release errorArvind Yadav2017-11-141-1/+1
| * net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu2017-11-141-3/+14
| * openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun2017-11-141-8/+1
| * openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun2017-11-141-1/+1
| * openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun2017-11-141-1/+1
| * liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter2017-11-141-1/+2
| * xdp: sample: Missing curly braces in read_route()Dan Carpenter2017-11-141-2/+3
| * ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d...Desnes Augusto Nunes do Rosario2017-11-142-4/+176
| * net: bridge: add vlan_tunnel to bridge port policiesNikolay Aleksandrov2017-11-141-0/+1
| * net: mvneta: fix handling of the Tx descriptor counterSimon Guinot2017-11-141-5/+8
| * netlink: remove unused NETLINK SKB flagsJohannes Berg2017-11-141-3/+0
| * netlink: remove unnecessary forward declarationJohannes Berg2017-11-141-1/+0
| * net: dsa: lan9303: calculate offload_fwd_mark from tagEgil Hjelmeland2017-11-141-16/+8
| * net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIsSalil Mehta2017-11-142-81/+43
| * net: dsa: lan9303: correctly check return value of devm_gpiod_get_optionalPan Bian2017-11-141-1/+1
| * net: phy: realtek: fix RTL8211F interrupt modeHeiner Kallweit2017-11-141-0/+2
| * Merge branch 'mlxsw-Update-firmware-version'David S. Miller2017-11-142-5/+14
| |\
| | * mlxsw: spectrum_router: Add batch neighbour deletionIdo Schimmel2017-11-141-3/+12
| | * mlxsw: spectrum: Update minimum firmware version to 13.1530.152Shalom Toledo2017-11-141-2/+2
| |/
| * net: Mention net-next status web page in netdev-FAQ.txtHarald Welte2017-11-141-1/+4
| * net: Extend Kernel GTP-U tunneling documentationHarald Welte2017-11-141-4/+99
| * Merge branch 'net-devname_alloc_cleanups'David S. Miller2017-11-141-40/+22
| |\
| | * net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes2017-11-141-13/+1
| | * net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes2017-11-141-1/+1
| | * net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes2017-11-141-0/+3
| | * net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes2017-11-141-2/+1
| | * net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes2017-11-141-10/+2
| | * net: core: move dev_alloc_name_ns a little higherRasmus Villemoes2017-11-141-13/+13
| | * net: core: improve sanity checking in __dev_alloc_nameRasmus Villemoes2017-11-141-1/+1
| |/
| * Merge branch 'tls-misc-fixes'David S. Miller2017-11-143-60/+79
| |\
| | * tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin2017-11-141-3/+2
| | * tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin2017-11-141-17/+12
| | * tls: Move tls_make_aad to header to allow sharingIlya Lesokhin2017-11-142-17/+16