summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion-0/+2
2016-12-02net/sched: Add separate check for skip_hw flagHadar Hen Zion-4/+15
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal-5/+5
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-4/+4
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault-0/+2
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan-1/+5
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan-0/+14
2016-11-27Bluetooth: __ variants of u8 and friends are not neccessary inside kernelPavel Machek-12/+13
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-11-24devlink: Add E-Switch inline mode controlRoi Dayan-0/+2
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal-3/+3
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen-1/+1
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal-1/+1
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal-0/+1
2016-11-19netlink: use "unsigned int" in nla_next()Alexey Dobriyan-1/+1
2016-11-18netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-8/+8
2016-11-18udp: enable busy polling for all socketsEric Dumazet-9/+19
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long-3/+3
2016-11-16lwtunnel: subtract tunnel headroom from mtu on output redirectDavid Lebrun-1/+2
2016-11-16net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet-3/+2
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck-0/+1
2016-11-15gro_cells: mark napi struct as not busy poll candidatesEric Dumazet-0/+3
2016-11-15vxlan: remove unsed vxlan_dev_dst_port()pravin shelar-10/+0
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni-0/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+13
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong-3/+5
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-39/+50
2016-11-13netfilter: conntrack: remove unused netns_ct memberFlorian Westphal-1/+0
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet-0/+1
2016-11-13genetlink: Make family a signed integer.David S. Miller-1/+1
2016-11-09tc_act: Remove tcf_act macroYotam Gigi-1/+0
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun-1/+2
2016-11-09ipv6: sr: add core files for SR HMAC supportDavid Lebrun-0/+66
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun-0/+6
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun-0/+17
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun-0/+36
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-5/+6
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti-4/+14
2016-11-09net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior-1/+2
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang-24/+9
2016-11-09net/dst: Add dst port to dst_metadata utility functionsHadar Hen Zion-4/+6
2016-11-09net/sched: cls_flower: Add UDP port to tunnel parametersHadar Hen Zion-0/+1
2016-11-09flow_dissector: Add enums for encapsulation keysHadar Hen Zion-0/+4
2016-11-09net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_keyHadar Hen Zion-0/+37
2016-11-07net: make default TX queue length a defined constantJesper Dangaard Brouer-0/+2
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni-0/+15
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni-2/+3