summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti-5/+10
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti-1/+13
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti-0/+7
2016-11-03dccp: do not release listeners too soonEric Dumazet-2/+2
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson-2/+1
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern-1/+1
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn-0/+1
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso-0/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso-10/+25
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso-5/+6
2016-11-02ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper-0/+1
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+63
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso-0/+27
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso-0/+5
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal-0/+31
2016-10-31net: set SK_MEM_QUANTUM to 4096Eric Dumazet-6/+17
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-58/+110
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-24/+69
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar-2/+2
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc...David S. Miller-39/+134
2016-10-29Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller-8/+13
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet-5/+0
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf-0/+10
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern-0/+1
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern-0/+2
2016-10-27genetlink: use idr to track familiesJohannes Berg-16/+15
2016-10-27genetlink: statically initialize familiesJohannes Berg-59/+12
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-5/+2
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg-0/+2
2016-10-27skbedit: allow the user to specify bitmask for markAntonio Quartulli-0/+1
2016-10-27netfilter: conntrack: avoid excess memory allocationFlorian Westphal-2/+1
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville-1/+1
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang-2/+4
2016-10-27cfg80211: Add support to update connection parametersvamsi krishna-0/+24
2016-10-27cfg80211: configure multicast to unicast for AP interfacesMichael Braun-0/+6
2016-10-27cfg80211: Add KEK/nonces for FILS association framesJouni Malinen-0/+9
2016-10-27cfg80211: Define IEEE P802.11ai (FILS) information elementsJouni Malinen-0/+21
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen-5/+7
2016-10-27cfg80211: validate beacon int as part of iface combinationsJohannes Berg-8/+4
2016-10-27cfg80211: add generic helper to check interface is runningArend Van Spriel-3/+10
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet-2/+2
2016-10-26doc: update docbook annotations for socket and skbStephen Hemminger-1/+3
2016-10-26mac80211: fix some sphinx warningsJani Nikula-8/+13
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov-0/+13
2016-10-23lwt: Remove unused len fieldThomas Graf-2/+1
2016-10-22udp: implement memory accounting helpersPaolo Abeni-0/+4
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni-0/+4
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong-0/+1
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet-0/+1