aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long3-2/+81
2017-04-03flow dissector: correct size of storage for ARPSimon Horman1-1/+1
2017-04-03batman-adv: Group ethtool related code togetherSven Eckelmann1-99/+92
2017-04-03batman-adv: Remove ethtool .get_settings stubSven Eckelmann1-19/+0
2017-04-03batman-adv: Remove ethtool msglevel functionsSven Eckelmann1-13/+0
2017-04-03batman-adv: Use ethtool helper to get link statusSven Eckelmann1-7/+1
2017-04-02rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan1-1/+1
2017-04-02rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked ERROR by an intervening FINSowmini Varadhan1-1/+9
2017-04-01net: mpls: Increase max number of labels for lwt encapDavid Ahern3-8/+15
2017-04-01net: mpls: bump maximum number of labelsDavid Ahern2-34/+71
2017-04-01net: mpls: Limit memory allocation for mpls_routeDavid Ahern1-10/+21
2017-04-01net: mpls: change mpls_route layoutDavid Ahern2-31/+51
2017-04-01net: mpls: Convert number of nexthops to u8David Ahern2-13/+20
2017-04-01net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCEDavid Ahern2-11/+33
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35
2017-04-01l2tp: hold session while sending creation notificationsGuillaume Nault1-2/+4
2017-04-01l2tp: fix duplicate session creationGuillaume Nault3-56/+84
2017-04-01l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault1-4/+11
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault4-23/+88
2017-04-01sctp: use right in and out stream cntXin Long4-12/+11
2017-04-01net: dsa: fix build error with devlink build as moduleTobias Regnery1-1/+1
2017-04-01Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-7/+6
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov4-1/+179
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot1-6/+6
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei1-2/+8
2017-04-01Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+2
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+1
2017-03-30net: tcp: Refine the __tcp_select_windowGao Feng1-5/+3
2017-03-30sctp: alloc stream info when initializing asocXin Long3-16/+43
2017-03-30VSOCK: remove unnecessary ternary operator on return valueColin Ian King1-15/+7
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal2-0/+2
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-130/+206
2017-03-29tipc: allow rdm/dgram socketpairsErik Hugne1-4/+16
2017-03-29tipc: add support for stream/seqpacket socketpairsErik Hugne1-2/+12
2017-03-29Merge branch 'apw' (xfrm_user fixes)Linus Torvalds1-1/+8
2017-03-29net: mpls: Update lfib_nlmsg_size to skip deleted nexthopsDavid Ahern1-0/+2
2017-03-29l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-03-29l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-29mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg1-1/+2