summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-5/+2
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg1-0/+2
2016-10-27skbedit: allow the user to specify bitmask for markAntonio Quartulli1-0/+1
2016-10-27netfilter: conntrack: avoid excess memory allocationFlorian Westphal1-2/+1
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville1-1/+1
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang1-2/+4
2016-10-27cfg80211: Add support to update connection parametersvamsi krishna1-0/+24
2016-10-27cfg80211: configure multicast to unicast for AP interfacesMichael Braun1-0/+6
2016-10-27cfg80211: Add KEK/nonces for FILS association framesJouni Malinen1-0/+9
2016-10-27cfg80211: Define IEEE P802.11ai (FILS) information elementsJouni Malinen1-0/+21
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen1-5/+7
2016-10-27cfg80211: validate beacon int as part of iface combinationsJohannes Berg1-8/+4
2016-10-27cfg80211: add generic helper to check interface is runningArend Van Spriel1-3/+10
2016-10-27udp: fix IP_CHECKSUM handlingEric Dumazet1-2/+2
2016-10-27doc: update docbook annotations for socket and skbStephen Hemminger1-1/+3
2016-10-26mac80211: fix some sphinx warningsJani Nikula1-8/+13
2016-10-24net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2-0/+13
2016-10-24lwt: Remove unused len fieldThomas Graf1-2/+1
2016-10-23udp: implement memory accounting helpersPaolo Abeni1-0/+4
2016-10-23net/socket: factor out helpers for memory and queue manipulationPaolo Abeni1-0/+4
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong1-0/+1
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-0/+1
2016-10-19cfg80211: allow aborting in-progress connection atttemptsIlan Peer1-3/+4
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2-2/+4
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon1-2/+8
2016-10-19mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach1-0/+4
2016-10-19wireless: radiotap: fix timestamp sampling position valuesJohannes Berg1-2/+2
2016-10-18Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...David S. Miller1-8/+24
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2-2/+19
2016-10-17mac80211: fix A-MSDU outer SA/DAMichael Braun1-1/+1
2016-10-16lwtunnel: Add destroy state operationTom Herbert1-4/+3
2016-10-15Merge tag 'docs-4.9-2' of git://git.lwn.net/linuxLinus Torvalds1-35/+42
2016-10-14IPv6: fix DESYNC_FACTORJiri Bohac1-0/+1
2016-10-14IPv6: Drop the temporary address regen_timerJiri Bohac1-1/+0
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani1-2/+2
2016-10-14net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani1-1/+1
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+24
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+24
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-0/+24
2016-10-13sctp: remove the old ttl expires policyXin Long1-1/+0
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long1-1/+1
2016-10-13cfg80211: support virtual interfaces with different beacon intervalsPurushottam Kushwaha1-0/+15
2016-10-13cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha1-22/+24
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg1-1/+4
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg1-9/+22
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+0
2016-10-12docs-rst: sphinxify 802.11 documentationJohannes Berg1-35/+42
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2016-10-06netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignm...Stephen Rothwell1-1/+0
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg36-217/+510