summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+1
* ipv6: constify inet6_protocol structuresJulia Lawall2017-07-283-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-244-5/+7
* skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-241-1/+2
* Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-07-242-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-241-4/+4
* | sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2017-07-241-1/+2
* | sctp: remove the typedef sctp_heartbeathdr_tXin Long2017-07-241-1/+1
* | sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-242-3/+3
* | sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-241-1/+1
* | sctp: remove the typedef sctp_sack_variable_tXin Long2017-07-241-5/+5
* | sctp: remove the typedef sctp_unrecognized_param_tXin Long2017-07-241-11/+7
* | sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-241-8/+10
* | sctp: remove the typedef sctp_initack_chunk_tXin Long2017-07-241-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-2025-216/+141
| |\
| | * rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge2017-07-201-3/+3
| | * ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-07-201-4/+5
| | * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-201-1/+2
| | * ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-191-2/+6
| | * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-191-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
| | | * netfilter: nat: fix src map lookupFlorian Westphal2017-07-171-8/+9
| | | * netfilter: remove old pre-netns era hook apiFlorian Westphal2017-07-171-143/+0
| | | * netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk2017-07-171-3/+3
| | * | udp: preserve skb->dst if required for IP options processingPaolo Abeni2017-07-181-2/+11
| | * | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-182-0/+2
| | |/