summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang1-1/+3
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti1-0/+3
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti1-0/+3
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti1-0/+3
2016-12-04ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2-1/+5
2016-12-04ipv4: fib: Replay events when registering FIB notifierIdo Schimmel1-1/+2
2016-12-04ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel1-0/+3
2016-12-04ipv4: fib: Add fib_info_hold() helperIdo Schimmel1-0/+5
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan1-7/+9
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan1-2/+4
2016-12-03netlink: 2-clause nla_ok()Alexey Dobriyan1-2/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+6
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern1-0/+15
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion1-0/+2
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion1-0/+2
2016-12-02net/sched: Add separate check for skip_hw flagHadar Hen Zion1-4/+15
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2-5/+5
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-4/+4
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault1-0/+2
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan1-1/+5
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-0/+14
2016-11-27Bluetooth: __ variants of u8 and friends are not neccessary inside kernelPavel Machek1-12/+13
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-25devlink: Add E-Switch inline mode controlRoi Dayan1-0/+2
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal1-3/+3
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen1-1/+1
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal1-1/+1
2016-11-23Bluetooth: Fix using the correct source address typeJohan Hedberg1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+5
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal1-0/+1
2016-11-20netlink: use "unsigned int" in nla_next()Alexey Dobriyan1-1/+1
2016-11-18netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan6-8/+8
2016-11-18udp: enable busy polling for all socketsEric Dumazet1-9/+19
2016-11-17sctp: use new rhlist interface on sctp transport rhashtableXin Long2-3/+3
2016-11-17lwtunnel: subtract tunnel headroom from mtu on output redirectDavid Lebrun1-1/+2
2016-11-16net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet1-3/+2
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck1-0/+1
2016-11-16gro_cells: mark napi struct as not busy poll candidatesEric Dumazet1-0/+3
2016-11-15vxlan: remove unsed vxlan_dev_dst_port()pravin shelar1-10/+0
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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-39/+50
2016-11-14netfilter: 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-10tc_act: Remove tcf_act macroYotam Gigi1-1/+0
2016-11-10ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun1-1/+2
2016-11-10ipv6: sr: add core files for SR HMAC supportDavid Lebrun2-0/+66