summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove prequeue supportFlorian Westphal2017-07-316-242/+2
* net sched actions: add time filter for action dumpingJamal Hadi Salim2017-07-311-1/+20
* net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-311-10/+40
* net sched actions: Use proper root attribute table for actionsJamal Hadi Salim2017-07-311-2/+2
* net: ethtool: add support for forward error correction modesVidya Sagar Ravipati2017-07-301-0/+34
* net/smc: synchronize buffer usage with deviceUrsula Braun2017-07-297-0/+91
* net/smc: cleanup function __smc_buf_create()Ursula Braun2017-07-291-51/+63
* net/smc: common functions for RMBs and send buffersUrsula Braun2017-07-293-219/+148
* net/smc: introduce sg-logic for send buffersUrsula Braun2017-07-295-51/+38
* net/smc: remove Kconfig warningUrsula Braun2017-07-291-4/+0
* net/smc: register RMB-related memory regionUrsula Braun2017-07-296-2/+115
* net/smc: use separate memory regions for RMBsUrsula Braun2017-07-295-7/+71
* net/smc: introduce sg-logic for RMBsUrsula Braun2017-07-295-26/+76
* net/smc: shorten local bufsize variablesUrsula Braun2017-07-291-29/+25
* net/smc: serialize connection creation in all casesUrsula Braun2017-07-291-7/+1
* l2tp: constify inet6_protocol structuresJulia Lawall2017-07-291-1/+1
* ipv6: constify inet6_protocol structuresJulia Lawall2017-07-293-3/+3
* 6lowpan: fix set not used warningstephen hemminger2017-07-251-3/+0
* socket: fix set not used warningstephen hemminger2017-07-251-4/+2
* netfilter: remove unused variablestephen hemminger2017-07-251-1/+1
* tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-254-5/+7
* skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-251-1/+2
* Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-07-252-1/+191
|\
| * rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-212-1/+191
* | sctp: remove the typedef sctp_abort_chunk_tXin Long2017-07-251-4/+4
* | sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2017-07-251-1/+2
* | sctp: remove the typedef sctp_heartbeathdr_tXin Long2017-07-251-1/+1
* | sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-252-3/+3
* | sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-251-1/+1
* | sctp: remove the typedef sctp_sack_variable_tXin Long2017-07-251-5/+5
* | sctp: remove the typedef sctp_unrecognized_param_tXin Long2017-07-251-11/+7
* | sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-251-8/+10
* | sctp: remove the typedef sctp_initack_chunk_tXin Long2017-07-251-7/+6
* | net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca2017-07-241-1/+21
* | net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca2017-07-241-0/+18
* | net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca2017-07-241-1/+6
* | net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-242-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-2163-1395/+1369
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2125-216/+141
| |\
| | * rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge2017-07-211-3/+3
| | * ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-07-211-4/+5
| | * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-211-1/+2
| | * ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-201-2/+6
| | * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-201-0/+1
| | * net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-191-0/+1
| | * wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-191-0/+2
| | * netfilter: fix netfilter_net_init() returnDan Carpenter2017-07-181-2/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-185-157/+14
| | |\
| | | * netfilter: expect: fix crash when putting uninited expectationFlorian Westphal2017-07-171-1/+1
| | | * netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1