summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal2016-05-052-2/+1
* Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-04-251-0/+17
|\
| * ipvs: handle connections started by real-serversMarco Angaroni2016-04-201-0/+17
* | netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal2016-04-251-2/+0
* | netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal2016-04-251-1/+0
* | tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-241-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-241-3/+2
|\|
| * netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-181-2/+2
| * netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal2016-04-181-1/+0
* | libnl: add nla_put_u64_64bit() helperNicolas Dichtel2016-04-231-0/+13
* | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-4/+7
* | libnl: nla_put_s64(): align on a 64-bit areaNicolas Dichtel2016-04-231-4/+7
* | libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel2016-04-231-8/+6
* | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-4/+11
* | libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel2016-04-232-3/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-237-4/+27
|\ \
| * | tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-211-0/+2
| * | cls_cgroup: get sk_classid only from full socketsKonstantin Khlebnikov2016-04-191-2/+5
| * | soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-141-1/+5
| * | ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-141-0/+1
| * | ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2016-04-141-0/+1
| * | net: vrf: Fix dst reference countingDavid Ahern2016-04-112-0/+6
| * | sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-101-1/+7
* | | geneve: break dependency with netdev driversHannes Frederic Sowa2016-04-211-4/+2
* | | vxlan: break dependency with netdev driversHannes Frederic Sowa2016-04-211-4/+2
* | | libnl: add more helpers to align attributes on 64-bitNicolas Dichtel2016-04-211-8/+31
* | | net: dsa: remove tag_protocol from dsa_switchVivien Didelot2016-04-211-5/+0
* | | net: nla_align_64bit() needs to test the right pointer.David S. Miller2016-04-201-1/+1
* | | net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet2016-04-201-8/+11
* | | net: Add helpers for 64-bit aligning netlink attributes.David S. Miller2016-04-191-0/+37
* | | net: dsa: constify probed nameVivien Didelot2016-04-171-2/+3
* | | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-162-3/+2
* | | vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa2016-04-161-2/+0
* | | sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2016-04-151-0/+13
* | | sctp: add sctp_info dump api for sctp_diagXin Long2016-04-151-0/+3
* | | sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2016-04-151-15/+0
* | | tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-151-2/+7
* | | devlink: fix sb register stub in case devlink is disabledJiri Pirko2016-04-151-1/+3
* | | devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko2016-04-141-0/+12
* | | devlink: add shared buffer configurationJiri Pirko2016-04-141-0/+47
* | | gre: eliminate holes in ip_tunnelstephen hemminger2016-04-141-4/+3
* | | sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2016-04-131-1/+2
* | | sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner2016-04-131-6/+6
* | | net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko2016-04-131-2/+2
* | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-15/+29
* | | dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-131-2/+2
* | | net: dsa: Remove allocation of driver private memoryAndrew Lunn2016-04-131-1/+0
* | | net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-131-2/+8
* | | net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-131-1/+2
* | | Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller2016-04-132-41/+41
|\ \ \ | |_|/ |/| |