aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-30netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole1-4/+11
2016-09-30netfilter: Fix potential null pointer dereferenceAaron Conole1-1/+1
2016-09-30mlx5: Add ndo_poll_controller() implementationCalvin Owens1-0/+20
2016-09-30nfp: bpf: zero extend 4 byte context loadsJakub Kicinski1-0/+2
2016-09-30mlx4: remove unused fieldsDavid Decotigny2-6/+0
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski5-8/+49
2016-09-30Merge branch 'net_proc_perf'David S. Miller6-58/+129
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He2-17/+17
2016-09-30ipv6: Remove useless parameter in __snmp6_fill_statsdevJia He1-6/+6
2016-09-30proc: Reduce cache miss in xfrm_statistics_seq_showJia He1-2/+8
2016-09-30proc: Reduce cache miss in sctp_snmp_seq_showJia He1-2/+6
2016-09-30proc: Reduce cache miss in snmp6_seq_showJia He1-8/+22
2016-09-30proc: Reduce cache miss in snmp_seq_showJia He1-23/+47
2016-09-30net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64}Jia He1-0/+23
2016-09-30Merge tag 'rxrpc-rewrite-20160929' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller13-64/+68
2016-09-30Merge tag 'wireless-drivers-next-for-davem-2016-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller122-1437/+2383
2016-09-30Merge branch 'dsa-global-cosmetics'David S. Miller6-443/+607
2016-09-30net: dsa: mv88e6xxx: add eeprom opsVivien Didelot2-24/+26
2016-09-30net: dsa: mv88e6xxx: add set_switch_mac to opsVivien Didelot2-13/+23
2016-09-30net: dsa: mv88e6xxx: add chip-wide opsVivien Didelot2-43/+121
2016-09-30net: dsa: mv88e6xxx: rename mv88e6xxx_opsVivien Didelot2-9/+9
2016-09-30net: dsa: mv88e6xxx: rename mv88e6xxx_vtu_stu_entryVivien Didelot2-27/+24
2016-09-30net: dsa: mv88e6xxx: add mv88e6xxx_num_ports helperVivien Didelot3-19/+24
2016-09-30net: dsa: mv88e6xxx: expose mv88e6xxx_num_databasesVivien Didelot2-5/+5
2016-09-30net: dsa: mv88e6xxx: add flags for FID registersVivien Didelot2-17/+23
2016-09-30net: dsa: mv88e6xxx: abstract REG_GLOBAL2Vivien Didelot2-30/+49
2016-09-30net: dsa: mv88e6xxx: add global1 helpersVivien Didelot5-259/+306
2016-09-29rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells1-4/+4
2016-09-29rxrpc: Request more ACKs in slow-start modeDavid Howells1-0/+1
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells5-25/+18
2016-09-29rxrpc: When activating client conn channels, do state check inside lockDavid Howells1-11/+25
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells7-23/+19
2016-09-29rxrpc: Fix exclusive client connectionsDavid Howells1-1/+1
2016-09-29Merge branch 'qcom-emac-acpi'David S. Miller3-39/+134
2016-09-29net: qcom/emac: initial ACPI supportTimur Tabi3-26/+95
2016-09-29net: qcom/emac: use device_get_mac_addressTimur Tabi1-6/+4
2016-09-29net: qcom/emac: do not use devm on internal phy pdevTimur Tabi2-9/+37
2016-09-29bpf: allow access into map value arraysJosef Bacik5-22/+577
2016-09-28net: do not export sk_stream_write_spaceEric Dumazet1-1/+0
2016-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo14-118/+89
2016-09-28tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo1-0/+4
2016-09-28MAINTAINERS: hostap: Mark the Host AP driver obsoleteJouni Malinen1-3/+2
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim1-1/+1
2016-09-28ath9k: disable RNG by defaultMiaoqing Pan1-1/+1
2016-09-28ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan1-0/+7
2016-09-28ath10k: Ignore SWBA event for a vif if its marked for no beaconMohammed Shafi Shajakhan1-0/+6
2016-09-28ath10k: fix error return code in ahbWei Yongjun1-0/+2
2016-09-28net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion1-1/+1
2016-09-28sh_eth: add R8A7743/5 supportSergei Shtylyov3-1/+5
2016-09-28Merge branch 'fib-offload-notifications'David S. Miller13-628/+581