summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-12-051-12/+13
|\ \ \ \ \
| * | | | | Bluetooth: __ variants of u8 and friends are not neccessary inside kernelPavel Machek2016-11-271-12/+13
* | | | | | net: reorganize struct sock for better data localityEric Dumazet2016-12-051-24/+27
| |/ / / / |/| | | |
* | | | | ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-032-1/+5
* | | | | ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-031-1/+2
* | | | | ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2016-12-031-0/+3
* | | | | ipv4: fib: Add fib_info_hold() helperIdo Schimmel2016-12-031-0/+5
* | | | | netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-7/+9
* | | | | netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-2/+4
* | | | | netlink: 2-clause nla_ok()Alexey Dobriyan2016-12-031-2/+1
* | | | | 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
| | |/ | |/|
OpenPOWER on IntegriCloud