aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-269/+408
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds52-268/+407
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet3-10/+14
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira5-9/+9
2017-01-27net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia3-0/+12
2017-01-27net/ipv6: allow sysctl to change link-local address generation modeFelix Jia1-20/+84
2017-01-26net: ipv6: ignore null_entry on route dumpsDavid Ahern1-1/+5
2017-01-26net: ipv6: remove skb_reserve in getrouteDavid Ahern1-6/+0
2017-01-26net: dsa: Move ports assignment closer to error checkingFlorian Fainelli1-1/+2
2017-01-26net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli1-8/+8
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli3-36/+44
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli1-3/+4
2017-01-26Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-mergeDavid S. Miller59-69/+85
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller19-88/+103
2017-01-26batman-adv: Treat NET_XMIT_CN as transmit successfullyGao Feng1-1/+1
2017-01-26batman-adv: Remove one condition check in batadv_route_unicast_packetGao Feng1-5/+4
2017-01-26batman-adv: Remove unused variable in batadv_tt_local_set_flagsSven Eckelmann1-2/+0
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann59-59/+59
2017-01-26batman-adv: don't add loop detect macs to TTSimon Wunderlich2-1/+20
2017-01-25bridge: move maybe_deliver_addr() inside #ifdefArnd Bergmann1-25/+25
2017-01-25Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-5/+5
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2-4/+4
2017-01-25net/tcp-fastopen: Add new API supportWei Wang5-9/+102
2017-01-25net: Remove __sk_dst_reset() in tcp_v6_connect()Wei Wang1-1/+0
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang2-14/+23
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-01-25tcp: reduce skb overhead in selected placesEric Dumazet2-2/+2
2017-01-25tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter1-2/+1
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim1-0/+45
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long1-1/+1
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+5
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman5-0/+6
2017-01-24tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-01-24tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan1-6/+7
2017-01-24tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan1-11/+5
2017-01-24tipc: fix connection refcount errorParthasarathy Bhuvaragan1-9/+10
2017-01-24tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2-54/+71
2017-01-24tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan1-2/+7
2017-01-24netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso1-0/+1
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso3-14/+14
2017-01-24netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso1-7/+9
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2-2/+2
2017-01-24net: sctp: fix array overrun read on sctp_timer_tblColin Ian King1-1/+4
2017-01-24net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli1-1/+2
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2-0/+5
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann1-3/+4
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann1-15/+26