summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-091-0/+11
* nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna2016-12-091-1/+6
* net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-191-3/+3
* netlink: use "unsigned int" in nla_next()Alexey Dobriyan2016-11-191-1/+1
* virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-191-1/+1
* virtio_net.h: Fix comment.Jarno Rajahalme2016-11-191-1/+1
* bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_infoFlorian Fainelli2016-11-181-0/+8
* ethtool: (uapi) Add ETHTOOL_PHY_DOWNSHIFT to PHY tunablesRaju Lakkaraju2016-11-181-1/+4
* ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-0/+7
* ethtool: (uapi) Add ETHTOOL_PHY_GTUNABLE and ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-1/+14
* net/mlx5: Add MPCNT register infrastructureGal Pressman2016-11-183-0/+99
* net/mlx5: Set driver version infrastructureSaeed Mahameed2016-11-181-1/+21
* net/mlx5: Add handling for port module eventHuy Nguyen2016-11-181-0/+27
* net/mlx5: Port module event hardware structuresHuy Nguyen2016-11-183-1/+16
* net/mlx5: Make the command interface cache more flexibleMohamad Haj Yahia2016-11-181-7/+7
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-186-8/+8
* udp: enable busy polling for all socketsEric Dumazet2016-11-181-9/+19
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-162-3/+3
* netpoll: more efficient lockingEric Dumazet2016-11-162-7/+7
* lwtunnel: subtract tunnel headroom from mtu on output redirectDavid Lebrun2016-11-161-1/+2
* net: busy-poll: return busypolling status to driversEric Dumazet2016-11-161-3/+4
* net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet2016-11-161-3/+2
* net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet2016-11-161-0/+10
* devres: add devm_alloc_percpu()Madalin Bucur2016-11-151-0/+19
* net: phy: Add phy_ethtool_nway_resetFlorian Fainelli2016-11-151-0/+1
* vxlan: remove unsed vxlan_dev_dst_port()pravin shelar2016-11-151-10/+0
* vxlan: avoid vlan processing in vxlan device.pravin shelar2016-11-151-16/+0
* udplite: fix NULL pointer dereferencePaolo Abeni2016-11-152-0/+2
* bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-151-1/+2
* bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-151-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-1524-41/+67
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-1411-15/+29
| |\
| | * Revert "include/uapi/linux/atm_zatm.h: include linux/time.h"Mike Frysinger2016-11-131-1/+0
| | * tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-0/+1
| | * net: bpqether.h: remove if_ether.h guardBaruch Siach2016-11-131-2/+0
| | * bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-121-0/+15
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-092-5/+6
| | |\
| | | * netfilter: conntrack: avoid excess memory allocationFlorian Westphal2016-10-271-2/+1
| | | * netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-271-1/+1
| | | * netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-271-2/+4
| | * | dccp: do not release listeners too soonEric Dumazet2016-11-031-2/+2
| | * | ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-2/+1
| | * | net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern2016-11-032-2/+2
| | * | ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper2016-11-021-0/+1
| | * | sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-311-1/+1
| * | | Merge tag 'usb-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-11-131-0/+7
| |\ \ \
| | * \ \ Merge tag 'phy-for-4.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2016-11-071-0/+7
| | |\ \ \
| | | * | | phy: Add reset callback for not generic phyRandy Li2016-11-051-0/+7
| * | | | | Merge tag 'acpi-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-11-111-1/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'device-properties'Rafael J. Wysocki2016-11-111-1/+2
| | |\ \ \ \ \