summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-4/+6
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-012-4/+4
| |\ \ \ \ \
| | * | | | | netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal2016-11-241-3/+3
| | * | | | | netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-1/+1
| | * | | | | netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-1/+1
| * | | | | | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-301-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-021-0/+15
* | | | | | net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion2016-12-021-0/+2
* | | | | | net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2016-12-021-0/+2
* | | | | | net/sched: Add separate check for skip_hw flagHadar Hen Zion2016-12-021-4/+15
* | | | | | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-022-5/+5
* | | | | | tcp: instrument how long TCP is busy sendingFrancis Yan2016-11-301-1/+5
* | | | | | tcp: instrument tcp sender limits chronographsFrancis Yan2016-11-301-0/+14
| |_|/ / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+1
|\| | | |
| * | | | Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-1/+1
| |/ / /
* | | | devlink: Add E-Switch inline mode controlRoi Dayan2016-11-241-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-223-1/+5
|\| | |
| * | | netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi2016-11-181-1/+1
| * | | ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2016-11-161-0/+1
| * | | gro_cells: mark napi struct as not busy poll candidatesEric Dumazet2016-11-151-0/+3
* | | | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-0/+1
| |/ / |/| |
* | | netlink: use "unsigned int" in nla_next()Alexey Dobriyan2016-11-191-1/+1
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-186-8/+8
* | | udp: enable busy polling for all socketsEric Dumazet2016-11-181-9/+19
* | | sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-162-3/+3
* | | lwtunnel: subtract tunnel headroom from mtu on output redirectDavid Lebrun2016-11-161-1/+2
* | | net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet2016-11-161-3/+2
* | | vxlan: remove unsed vxlan_dev_dst_port()pravin shelar2016-11-151-10/+0
* | | udplite: fix NULL pointer dereferencePaolo Abeni2016-11-152-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-157-11/+13
|\| |
| * | tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-092-5/+6
| |\ \
| | * | netfilter: conntrack: avoid excess memory allocationFlorian Westphal2016-10-271-2/+1
| | * | netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-271-1/+1
| | * | netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-271-2/+4
| * | | dccp: do not release listeners too soonEric Dumazet2016-11-031-2/+2
| * | | ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-2/+1
| * | | net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern2016-11-031-1/+1
| * | | ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper2016-11-021-0/+1
| * | | sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-311-1/+1
| | |/ | |/|
* | | net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-135-39/+50
|\ \ \
| * | | netfilter: conntrack: remove unused netns_ct memberFlorian Westphal2016-11-131-1/+0
| * | | netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-4/+14
| * | | netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-091-24/+9
| * | | netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-031-0/+1
| * | | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-10/+25
| * | | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-5/+6
* | | | genetlink: Make family a signed integer.David S. Miller2016-11-131-1/+1
* | | | tc_act: Remove tcf_act macroYotam Gigi2016-11-091-1/+0