aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2-7/+20
2017-04-08netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang1-2/+2
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli8-83/+52
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli7-30/+4
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli6-17/+0
2017-04-08netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet1-1/+5
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng1-2/+2
2017-04-08l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault1-1/+6
2017-04-08l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault1-2/+0
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+8
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang5-0/+127
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng1-8/+12
2017-04-07net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-4/+9
2017-04-06Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-mergeDavid S. Miller15-238/+413
2017-04-06Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller12-101/+186
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-06L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran1-4/+51
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran1-0/+46
2017-04-06af_unix: Use designated initializersKees Cook1-1/+1
2017-04-06net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong1-1/+1
2017-04-06net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-9/+14
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller44-376/+679
2017-04-06rxrpc: Trace client call connectionDavid Howells1-0/+1
2017-04-06rxrpc: Trace changes in a call's receive window sizeDavid Howells1-0/+2
2017-04-06rxrpc: Trace received abortsDavid Howells1-1/+3
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells7-40/+114
2017-04-06rxrpc: Handle temporary errors better in rxkad securityDavid Howells1-38/+40
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells1-4/+8
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells9-27/+27
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-375/+663
2017-04-05tcp: fix reordering SNMP under-countingYuchung Cheng1-13/+14
2017-04-05tcp: fix lost retransmit SNMP under-countingYuchung Cheng1-1/+2
2017-04-05Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller6-176/+203
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich2-10/+84
2017-04-05rtnetlink: Convert rtnetlink_event to white listVlad Yasevich1-14/+17
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng3-12/+11
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long5-22/+17
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin3-8/+33
2017-04-05net: sched: choke: remove some dead codeDan Carpenter1-6/+0
2017-04-05batman-adv: Use net_device_stats from struct net_deviceTobias Klauser3-7/+6
2017-04-04l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault1-1/+1
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-04-04can: initial support for network namespacesMario Kicherer6-176/+203
2017-04-03soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan1-2/+2
2017-04-03flowcache: more "unsigned int"Alexey Dobriyan1-6/+7
2017-04-03flowcache: make flow_cache_hash_size() return "unsigned int"Alexey Dobriyan1-6/+8
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan1-3/+3
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long1-31/+36