summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-131-8/+4
* rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN eventDavid Ahern2017-04-131-1/+0
* rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER eventDavid Ahern2017-04-131-1/+0
* rtnetlink: Do not generate notifications for CHANGELOWERSTATE eventDavid Ahern2017-04-131-1/+0
* rtnetlink: Do not generate notifications for PRECHANGEUPPER eventDavid Ahern2017-04-131-1/+0
* rtnetlink: Do not generate notifications for POST_TYPE_CHANGE eventDavid Ahern2017-04-131-1/+0
* rtnetlink: Do not generate notifications for CHANGEADDR eventDavid Ahern2017-04-131-1/+0
* rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFODavid Ahern2017-04-131-1/+0
* rtnetlink: Do not generate notifications for MTU eventsDavid Ahern2017-04-131-2/+0
* gso: Support frag_list splitting with head_fragIlan Tayari2017-04-121-1/+1
* l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2017-04-122-4/+4
* l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2017-04-122-5/+7
* net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2017-04-112-2/+1
* net/smc: destruct non-accepted socketsUrsula Braun2017-04-112-6/+9
* net/smc: remove duplicate unhashUrsula Braun2017-04-111-1/+0
* net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun2017-04-111-11/+25
* net/smc: no socket state changes in tasklet contextUrsula Braun2017-04-116-20/+41
* net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun2017-04-111-2/+1
* net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun2017-04-111-1/+5
* net/smc: return active RoCE port onlyUrsula Braun2017-04-111-2/+5
* net/smc: remove useless smc_ib_devices_list checkUrsula Braun2017-04-113-4/+1
* net/smc: get rid of old commentUrsula Braun2017-04-111-2/+0
* bpf: pass sk to helper functionsWillem de Bruijn2017-04-111-1/+6
* devlink: fix return value check in devlink_dpipe_header_put()Wei Yongjun2017-04-111-1/+1
* bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-111-68/+7
* l2tp: remove l2tp_session_find()Guillaume Nault2017-04-112-53/+1
* l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault2017-04-111-5/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-113-4/+2
|\
| * xfrm: use "unsigned int" in __xfrm6_pref_hash()Alexey Dobriyan2017-03-241-2/+2
| * xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan2017-03-242-2/+0
* | Revert "rtnl: Add support for netdev event to link messages"David S. Miller2017-04-092-84/+10
* | net: dsa: Factor bottom tag receive functionsFlorian Fainelli2017-04-088-83/+52
* | net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli2017-04-087-30/+4
* | net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli2017-04-086-17/+0
* | 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/+6
| * | batman-adv: Group ethtool related code togetherSven Eckelmann2017-04-031-99/+92
| * | batman-adv: Remove ethtool .get_settings stubSven Eckelmann2017-04-031-19/+0
| * | batman-adv: Remove ethtool msglevel functionsSven Eckelmann2017-04-031-13/+0
| * | batman-adv: Use ethtool helper to get link statusSven Eckelmann2017-04-031-7/+1
| * | 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