summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2016-05-113-19/+123
| |\ \ \ \ \ \
| | * | | | | | nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard2016-05-041-0/+77
| | * | | | | | nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-043-11/+36
| | * | | | | | nfc: nci: Fix nci_core_conn_closeChristophe Ricard2016-05-042-1/+3
| | * | | | | | nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard2016-05-041-9/+9
| * | | | | | | dsa: Rename switch chip data to cdAndrew Lunn2016-05-112-14/+14
| * | | | | | | dsa: Remove master_dev from switch structureAndrew Lunn2016-05-112-2/+2
| * | | | | | | dsa: Move gpio reset into switch driverAndrew Lunn2016-05-111-16/+0
| * | | | | | | net: original ingress device index in PKTINFODavid Ahern2016-05-112-1/+7
| * | | | | | | net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-113-1/+16
| * | | | | | | ipv6: fix 4in6 tunnel receive pathNicolas Dichtel2016-05-111-1/+1
| * | | | | | | tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-1112-46/+54
| * | | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-05-1026-295/+465
| |\ \ \ \ \ \ \
| | * | | | | | | batman-adv: use batadv_compare_eth when possibleAntonio Quartulli2016-05-101-4/+2
| | * | | | | | | batman-adv: replace ethertype variable with ETH_P_BATMAN for readabilityMarek Lindner2016-05-101-4/+4
| | * | | | | | | batman-adv: Use bool as return type for boolean functionsSven Eckelmann2016-05-1018-199/+205
| | * | | | | | | batman-adv: Use kref_get for _batadv_update_routeSven Eckelmann2016-05-101-4/+4
| | * | | | | | | batman-adv: Use kref_get for hard_iface subfunctionsSven Eckelmann2016-05-103-38/+13
| | * | | | | | | batman-adv: Use kref_get for batadv_gw_node_addSven Eckelmann2016-05-101-6/+2
| | * | | | | | | batman-adv: Use kref_get for batadv_gw_selectSven Eckelmann2016-05-101-2/+2
| | * | | | | | | batman-adv: Use kref_get for batadv_nc_get_nc_nodeSven Eckelmann2016-05-101-6/+1
| | * | | | | | | batman-adv: Use kref_get for batadv_tvlv_container_getSven Eckelmann2016-05-101-3/+1
| | * | | | | | | batman-adv: Increase hard_iface refcnt for ptypeSven Eckelmann2016-05-101-0/+2
| | * | | | | | | batman-adv: Check hard_iface refcnt when receiving skbSven Eckelmann2016-05-101-1/+13
| | * | | | | | | batman-adv: Check hard_iface refcnt before calling functionSven Eckelmann2016-05-104-1/+35
| | * | | | | | | batman-adv: add detection for complex bridge loopsSimon Wunderlich2016-05-105-2/+156
| | * | | | | | | batman-adv: Create batman soft interfaces within correct netns.Andrew Lunn2016-05-106-12/+18
| | * | | | | | | batman-adv: NETIF_F_NETNS_LOCAL feature to prevent netns movesAndrew Lunn2016-05-101-1/+1
| | * | | | | | | batman-adv: Remove hdr_size skb size check in batadv_interface_rxSven Eckelmann2016-05-101-4/+0
| | * | | | | | | batman-adv: Remove unused parameter recv_if of batadv_interface_rxSven Eckelmann2016-05-103-8/+6
| * | | | | | | | skbuff: remove unused variable `doff'Sowmini Varadhan2016-05-101-6/+0
| * | | | | | | | ila: ipv6/ila: fix nlsize calculation for lwtunnelTom Herbert2016-05-101-2/+4
| |/ / / / / / /
| * | | | | | | netfilter: conntrack: remove uninitialized shadow variableArnd Bergmann2016-05-101-1/+0
| * | | | | | | ip6_gre: Use correct flags for reading TUNNEL_SEQTom Herbert2016-05-101-2/+2
| * | | | | | | ip6: Don't set transport header in IPv6 tunnelingTom Herbert2016-05-101-2/+0
| * | | | | | | ip6_gre: Set inner protocol correctly in __gre6_xmitTom Herbert2016-05-101-1/+1
| * | | | | | | gre6: Fix flag translationsTom Herbert2016-05-101-8/+12
| * | | | | | | ip6_gre: Fix MTU settingTom Herbert2016-05-101-16/+13
| * | | | | | | net: l3mdev: Allow send on enslaved interfaceDavid Ahern2016-05-092-4/+17
| * | | | | | | net: l3mdev: Move get_saddr and rt6_dstDavid Ahern2016-05-092-1/+55
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-0912-45/+73
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-05-0924-914/+889
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: conntrack: use single slab cacheFlorian Westphal2016-05-091-22/+14
| | * | | | | | | | netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal2016-05-091-16/+17
| | * | | | | | | | netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal2016-05-091-3/+3
| | * | | | | | | | Merge tag 'ipvs2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2016-05-062-4/+26
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ipvs: make drop_entry protection effective for SIP-peMarco Angaroni2016-05-062-4/+26
| | * | | | | | | | | netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal2016-05-064-32/+24
| | * | | | | | | | | netfilter: conntrack: make netns address part of expect hashFlorian Westphal2016-05-061-7/+10
| | * | | | | | | | | netfilter: conntrack: check netns when walking expect hashFlorian Westphal2016-05-063-4/+30
| | |/ / / / / / / /