aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni2-0/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-11/+13
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-3/+5
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-39/+50
2016-11-13netfilter: conntrack: remove unused netns_ct memberFlorian Westphal1-1/+0
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2016-11-13genetlink: Make family a signed integer.David S. Miller1-1/+1
2016-11-09tc_act: Remove tcf_act macroYotam Gigi1-1/+0
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun1-1/+2
2016-11-09ipv6: sr: add core files for SR HMAC supportDavid Lebrun2-0/+66
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun1-0/+6
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun2-0/+17
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun1-0/+36
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-5/+6
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-4/+14
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang1-24/+9
2016-11-09net/dst: Add dst port to dst_metadata utility functionsHadar Hen Zion1-4/+6
2016-11-09net/sched: cls_flower: Add UDP port to tunnel parametersHadar Hen Zion1-0/+1
2016-11-09flow_dissector: Add enums for encapsulation keysHadar Hen Zion1-0/+4
2016-11-09net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_keyHadar Hen Zion1-0/+37
2016-11-07net: make default TX queue length a defined constantJesper Dangaard Brouer1-0/+2
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-0/+15
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni1-2/+3
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti4-5/+10
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti2-1/+13
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti1-0/+7
2016-11-03dccp: do not release listeners too soonEric Dumazet1-2/+2
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson1-2/+1
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern1-1/+1
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn1-0/+1
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso1-0/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-10/+25
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-5/+6
2016-11-02ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-0/+63
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso1-0/+27
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso1-0/+5
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal1-0/+31
2016-10-31net: set SK_MEM_QUANTUM to 4096Eric Dumazet1-6/+17
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-58/+110
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-24/+69
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar1-2/+2
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-39/+134
2016-10-29Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-8/+13
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-5/+0
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf1-0/+10
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-0/+1
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-0/+2
2016-10-27genetlink: use idr to track familiesJohannes Berg1-16/+15