summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-09netfilter: conntrack: use single slab cacheFlorian Westphal1-2/+0
2016-05-09netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal1-4/+0
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal2-1/+1
2016-05-05netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso1-1/+1
2016-05-05netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso1-0/+3
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal2-2/+1
2016-04-25Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso1-0/+17
2016-04-25netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal1-2/+0
2016-04-25netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal1-1/+0
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet1-2/+2
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+2
2016-04-24libnl: add nla_put_u64_64bit() helperNicolas Dichtel1-0/+13
2016-04-24libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel1-4/+7
2016-04-24libnl: nla_put_s64(): align on a 64-bit areaNicolas Dichtel1-4/+7
2016-04-24libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel1-8/+6
2016-04-24libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-4/+11
2016-04-24libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel2-3/+11
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-4/+27
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-4/+2
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa1-4/+2
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau1-0/+2
2016-04-21libnl: add more helpers to align attributes on 64-bitNicolas Dichtel1-8/+31
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot1-5/+0
2016-04-20net: nla_align_64bit() needs to test the right pointer.David S. Miller1-1/+1
2016-04-20net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet1-8/+11
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni1-0/+17
2016-04-20cls_cgroup: get sk_classid only from full socketsKonstantin Khlebnikov1-2/+5
2016-04-20net: Add helpers for 64-bit aligning netlink attributes.David S. Miller1-0/+37
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal1-2/+2
2016-04-18netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal1-1/+0
2016-04-18net: dsa: constify probed nameVivien Didelot1-2/+3
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2-3/+2
2016-04-17vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa1-2/+0
2016-04-16sctp: export some apis or variables for sctp_diag and reuse some for procXin Long1-0/+13
2016-04-16sctp: add sctp_info dump api for sctp_diagXin Long1-0/+3
2016-04-16sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner1-15/+0
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-2/+7
2016-04-15devlink: fix sb register stub in case devlink is disabledJiri Pirko1-1/+3
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-1/+5
2016-04-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau1-0/+1
2016-04-14ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau1-0/+1
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko1-0/+12
2016-04-14devlink: add shared buffer configurationJiri Pirko1-0/+47
2016-04-14gre: eliminate holes in ip_tunnelstephen hemminger1-4/+3
2016-04-14sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner1-1/+2
2016-04-14sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner1-6/+6
2016-04-14net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko1-2/+2
2016-04-14sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-15/+29
2016-04-14dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-2/+2
2016-04-14net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+0