summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-31tcp: remove unused mib countersFlorian Westphal1-9/+0
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal2-46/+20
2017-07-31tcp: remove header predictionFlorian Westphal4-190/+10
2017-07-31tcp: remove low_latency sysctlFlorian Westphal2-2/+3
2017-07-31tcp: reindent two spots after prequeue removalFlorian Westphal1-27/+23
2017-07-31tcp: remove prequeue supportFlorian Westphal6-242/+2
2017-07-30net sched actions: add time filter for action dumpingJamal Hadi Salim1-1/+20
2017-07-30net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim1-10/+40
2017-07-30net sched actions: Use proper root attribute table for actionsJamal Hadi Salim1-2/+2
2017-07-29net: ethtool: add support for forward error correction modesVidya Sagar Ravipati1-0/+34
2017-07-29net/smc: synchronize buffer usage with deviceUrsula Braun7-0/+91
2017-07-29net/smc: cleanup function __smc_buf_create()Ursula Braun1-51/+63
2017-07-29net/smc: common functions for RMBs and send buffersUrsula Braun3-219/+148
2017-07-29net/smc: introduce sg-logic for send buffersUrsula Braun5-51/+38
2017-07-29net/smc: remove Kconfig warningUrsula Braun1-4/+0
2017-07-29net/smc: register RMB-related memory regionUrsula Braun6-2/+115
2017-07-29net/smc: use separate memory regions for RMBsUrsula Braun5-7/+71
2017-07-29net/smc: introduce sg-logic for RMBsUrsula Braun5-26/+76
2017-07-29net/smc: shorten local bufsize variablesUrsula Braun1-29/+25
2017-07-29net/smc: serialize connection creation in all casesUrsula Braun1-7/+1
2017-07-28l2tp: constify inet6_protocol structuresJulia Lawall1-1/+1
2017-07-28ipv6: constify inet6_protocol structuresJulia Lawall3-3/+3
2017-07-256lowpan: fix set not used warningstephen hemminger1-3/+0
2017-07-25socket: fix set not used warningstephen hemminger1-4/+2
2017-07-25netfilter: remove unused variablestephen hemminger1-1/+1
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya4-5/+7
2017-07-24skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal1-1/+2
2017-07-24Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2-1/+191
2017-07-24sctp: remove the typedef sctp_abort_chunk_tXin Long1-4/+4
2017-07-24sctp: remove the typedef sctp_heartbeat_chunk_tXin Long1-1/+2
2017-07-24sctp: remove the typedef sctp_heartbeathdr_tXin Long1-1/+1
2017-07-24sctp: remove the typedef sctp_sack_chunk_tXin Long2-3/+3
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long1-1/+1
2017-07-24sctp: remove the typedef sctp_sack_variable_tXin Long1-5/+5
2017-07-24sctp: remove the typedef sctp_unrecognized_param_tXin Long1-11/+7
2017-07-24sctp: remove the typedef sctp_cookie_param_tXin Long1-8/+10
2017-07-24sctp: remove the typedef sctp_initack_chunk_tXin Long1-7/+6
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca1-1/+21
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca1-0/+18
2017-07-24net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca1-1/+6
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2-0/+7
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells2-1/+191
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller63-1395/+1369
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-216/+141
2017-07-20rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge1-3/+3
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-19net: make dev_close and related functions voidstephen hemminger1-15/+11