summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "rtnl: Add support for netdev event to link messages"David S. Miller2017-04-092-84/+10Star
* net: dsa: Factor bottom tag receive functionsFlorian Fainelli2017-04-088-83/+52Star
* net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli2017-04-087-30/+4Star
* net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli2017-04-086-17/+0Star
* New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+8
* net-next: dsa: add Mediatek tag RX/TX handlerSean Wang2017-04-075-0/+127
* net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-071-4/+9
* Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m...David S. Miller2017-04-0615-238/+413
|\
| * batman-adv: Use net_device_stats from struct net_deviceTobias Klauser2017-04-053-7/+6Star
| * batman-adv: Group ethtool related code togetherSven Eckelmann2017-04-031-99/+92Star
| * batman-adv: Remove ethtool .get_settings stubSven Eckelmann2017-04-031-19/+0Star
| * batman-adv: Remove ethtool msglevel functionsSven Eckelmann2017-04-031-13/+0Star
| * batman-adv: Use ethtool helper to get link statusSven Eckelmann2017-04-031-7/+1Star
| * batman-adv: restructure rebroadcast counter into forw_packet APILinus Lüssing2017-03-266-5/+63
| * batman-adv: privatize forw_packet skb assignmentLinus Lüssing2017-03-263-18/+23
| * batman-adv: handle race condition for claims between gatewaysAndreas Pape2017-03-221-4/+16
| * batman-adv: changed debug messages for easier bla debuggingAndreas Pape2017-03-222-5/+15
| * batman-adv: drop unicast packets from other backbone gwAndreas Pape2017-03-221-3/+22
| * batman-adv: prevent duplication of ARP replies when DAT is usedAndreas Pape2017-03-221-0/+32
| * batman-adv: prevent multiple ARP replies sent by gateways if dat enabledAndreas Pape2017-03-223-0/+75
| * batman-adv: Omit unnecessary memset of netdev private dataTobias Klauser2017-03-171-4/+0Star
| * batman-adv: Use __func__ to add function names to messagesSven Eckelmann2017-03-171-3/+4
| * batman-adv: Convert BATADV_PRINT_VID macro to functionSven Eckelmann2017-03-164-42/+54
| * batman-adv: Fix possible side-effects in _batadv_dbgSven Eckelmann2017-03-161-2/+3
| * batman-adv: Fix unbalanced braces around else statementSven Eckelmann2017-03-161-2/+4
| * batman-adv: Reduce preprocessor checks in multicast.cSven Eckelmann2017-03-161-7/+5Star
| * batman-adv: Start new development cycleSimon Wunderlich2017-03-161-1/+1
* | Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-04-0612-101/+186
|\ \
| * | rxrpc: Trace client call connectionDavid Howells2017-04-061-0/+1
| * | rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-061-0/+2
| * | rxrpc: Trace received abortsDavid Howells2017-04-061-1/+3
| * | rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-067-40/+114
| * | rxrpc: Handle temporary errors better in rxkad securityDavid Howells2017-04-061-38/+40
| * | rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-061-4/+8
| * | rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-069-27/+27
* | | L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran2017-04-061-4/+51
* | | New kernel function to get IP overhead on a socket.R. Parameswaran2017-04-061-0/+46
* | | af_unix: Use designated initializersKees Cook2017-04-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-0644-376/+679
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-0640-375/+663
| |\ \
| | * | tcp: fix reordering SNMP under-countingYuchung Cheng2017-04-061-13/+14
| | * | tcp: fix lost retransmit SNMP under-countingYuchung Cheng2017-04-061-1/+2
| | * | sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-055-22/+17Star
| | * | l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-04-041-1/+1
| | * | l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-045-11/+27
| | * | tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2017-04-041-5/+9
| | * | sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-031-31/+36
| | * | flow dissector: correct size of storage for ARPSimon Horman2017-04-031-1/+1
| | * | l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-04-023-16/+35
| | * | l2tp: hold session while sending creation notificationsGuillaume Nault2017-04-021-2/+4