aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-06Revert "net: encx24j600_exit() can be static"David S. Miller1-1/+1
2015-10-05ipv4: Fix compilation errors in fib_rebalancePeter Nørlund1-2/+2
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann2-1/+1
2015-10-05ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.Nicolas Schichan2-6/+37
2015-10-05Merge branch 'asix-rx-mem-handling'David S. Miller2-42/+74
2015-10-05asix: Continue processing URB if no RX netdev bufferDean Jenkins1-12/+19
2015-10-05asix: On RX avoid creating bad Ethernet framesDean Jenkins1-0/+28
2015-10-05asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins1-9/+7
2015-10-05asix: Tidy-up 32-bit header word synchronisationDean Jenkins1-15/+13
2015-10-05asix: Rename remaining and size for clarityDean Jenkins2-21/+22
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann4-9/+15
2015-10-05vrf: fix a kernel warningWANG Cong1-1/+1
2015-10-05net: encx24j600_exit() can be statickbuild test robot1-1/+1
2015-10-05net: Microchip encx24j600 driverJon Ringle5-0/+2122
2015-10-05regmap: Allow installing custom reg_update_bits functionJon Ringle3-0/+32
2015-10-05enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan4-3/+40
2015-10-05enic: handle spurious error interruptGovindarajulu Varadarajan1-5/+9
2015-10-05Merge branch 'cxgb4-next'David S. Miller3-337/+1154
2015-10-05cxgb4: Report correct link speed for unsupported onesHariprasad Shenai1-1/+5
2015-10-05cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai1-0/+1
2015-10-05cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai1-6/+14
2015-10-05cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai1-330/+1134
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-nextDavid S. Miller8-56/+53
2015-10-05Merge branch 'rds-perf'David S. Miller5-43/+29
2015-10-05RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmitSowmini Varadhan1-1/+7
2015-10-05RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan1-12/+4
2015-10-05RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan3-30/+18
2015-10-05Merge branch 'xgbe-next'David S. Miller6-155/+84
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2-13/+4
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas1-5/+6
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas3-0/+5
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2-83/+14
2015-10-05amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas1-52/+37
2015-10-05amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas1-0/+16
2015-10-05amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas1-1/+1
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas1-1/+1
2015-10-05tcp: restore fastopen operationsEric Dumazet1-1/+0
2015-10-05Merge branch 'net-y2038'David S. Miller13-60/+40
2015-10-05net: sctp: avoid incorrect time_t useArnd Bergmann2-2/+2
2015-10-05ipv6: use ktime_t for internal timestampsArnd Bergmann1-9/+7
2015-10-05nfnetlink: use y2038 safe timestampArnd Bergmann1-3/+3
2015-10-05atm: remove 'struct zatm_t_hist'Arnd Bergmann1-6/+0
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann1-6/+2
2015-10-05mwifiex: avoid gettimeofday in ba_threshold settingArnd Bergmann1-11/+4
2015-10-05mwifiex: use ktime_get_real for timestampingArnd Bergmann1-3/+1
2015-10-05net: igb: avoid using timespecArnd Bergmann3-13/+14
2015-10-05net: stmmac: avoid using timespecArnd Bergmann1-3/+5
2015-10-05net: fec: avoid timespec useArnd Bergmann1-4/+2
2015-10-05Merge branch 'ipv4-multipath-hash'David S. Miller5-76/+173
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund3-9/+80