summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3011-58/+110
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-3011-24/+69
| |\
| | * vxlan: avoid using stale vxlan socket.pravin shelar2016-10-301-2/+2
| | * Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-291-8/+13
| | |\
| | | * mac80211: fix some sphinx warningsJani Nikula2016-10-261-8/+13
| | * | net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-0/+1
| | * | net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-0/+2
| | * | udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-2/+2
| | * | doc: update docbook annotations for socket and skbStephen Hemminger2016-10-261-1/+3
| | * | ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-211-0/+1
| | * | udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-0/+1
| | |/
| | * Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-181-8/+24
| | |\
| | | * cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2016-10-121-1/+4
| | | * cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2016-10-121-9/+22
| | * | net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-172-2/+19
| | * | IPv6: fix DESYNC_FACTORJiri Bohac2016-10-141-0/+1
| | * | IPv6: Drop the temporary address regen_timerJiri Bohac2016-10-141-1/+0Star
| * | | Merge tag 'docs-4.9-2' of git://git.lwn.net/linuxLinus Torvalds2016-10-141-35/+42
| |\ \ \ | | |/ / | |/| |
| | * | docs-rst: sphinxify 802.11 documentationJohannes Berg2016-10-121-35/+42
* | | | Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc...David S. Miller2016-10-293-39/+134
|\ \ \ \
| * | | | cfg80211: Add support to update connection parametersvamsi krishna2016-10-271-0/+24
| * | | | cfg80211: configure multicast to unicast for AP interfacesMichael Braun2016-10-271-0/+6
| * | | | cfg80211: Add KEK/nonces for FILS association framesJouni Malinen2016-10-271-0/+9
| * | | | cfg80211: Define IEEE P802.11ai (FILS) information elementsJouni Malinen2016-10-271-0/+21
| * | | | cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen2016-10-271-5/+7
| * | | | cfg80211: validate beacon int as part of iface combinationsJohannes Berg2016-10-271-8/+4Star
| * | | | cfg80211: add generic helper to check interface is runningArend Van Spriel2016-10-271-3/+10
| * | | | cfg80211: allow aborting in-progress connection atttemptsIlan Peer2016-10-191-3/+4
| * | | | mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2016-10-192-2/+4
| * | | | mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon2016-10-191-2/+8
| * | | | mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach2016-10-191-0/+4
| * | | | wireless: radiotap: fix timestamp sampling position valuesJohannes Berg2016-10-191-2/+2
| * | | | mac80211: fix A-MSDU outer SA/DAMichael Braun2016-10-171-1/+1
| * | | | cfg80211: support virtual interfaces with different beacon intervalsPurushottam Kushwaha2016-10-131-0/+15
| * | | | cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha2016-10-131-22/+24
| | |_|/ | |/| |
* | | | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-291-5/+0Star
* | | | netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf2016-10-291-0/+10
* | | | genetlink: use idr to track familiesJohannes Berg2016-10-271-16/+15Star
* | | | genetlink: statically initialize familiesJohannes Berg2016-10-271-59/+12Star
* | | | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-5/+2Star
* | | | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-0/+2
* | | | skbedit: allow the user to specify bitmask for markAntonio Quartulli2016-10-271-0/+1
* | | | net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-242-0/+13
* | | | lwt: Remove unused len fieldThomas Graf2016-10-231-2/+1Star
* | | | udp: implement memory accounting helpersPaolo Abeni2016-10-221-0/+4
* | | | net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-221-0/+4
* | | | lwtunnel: Add destroy state operationTom Herbert2016-10-151-4/+3Star
* | | | net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-141-2/+2
* | | | net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-141-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-142-12/+24
|\ \ \ \ | | |/ / | |/| |