aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-09net: introduce keepalive function in struct protoUrsula Braun4-5/+5
2017-01-09net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2-22/+37
2017-01-09net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2-38/+82
2017-01-09Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer1-23/+17
2017-01-09Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller3-1/+11
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli2-6/+6
2017-01-09net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli1-5/+7
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-48/+68
2017-01-09net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti1-0/+30
2017-01-09net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti1-0/+1
2017-01-09cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise1-1/+0
2017-01-09syncookies: use SipHash in place of SHA1Jason A. Donenfeld2-38/+24
2017-01-09secure_seq: use SipHash in place of MD5Jason A. Donenfeld1-82/+63
2017-01-09net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern1-2/+0
2017-01-09net: change init_inodecache() return voidyuan linyu1-4/+2
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells3-1/+11
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2-3/+5
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2-11/+9
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn6-22/+13
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn2-14/+7
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn1-1/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger7-24/+12
2017-01-08net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern1-2/+1
2017-01-08net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2-7/+2
2017-01-07net: dsa: move HWMON support to its own fileVivien Didelot4-129/+159
2017-01-06netlabel: add CALIPSO to the list of built-in protocolsPaul Moore1-4/+1
2017-01-06l2tp: rework socket comparison in __l2tp_ip*_bind_lookup()Guillaume Nault2-14/+35
2017-01-06l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup()Guillaume Nault2-6/+0
2017-01-06l2tp: make __l2tp_ip*_bind_lookup() parameters 'const'Guillaume Nault2-5/+5
2017-01-06l2tp: remove redundant addr_len check in l2tp_ip_bind()Guillaume Nault1-1/+1
2017-01-06RDS: validate the requested traces user input against max supportedsantosh.shilimkar@oracle.com1-0/+3
2017-01-06sctp: prepare asoc stream for stream reconfXin Long8-160/+116
2017-01-06udp: inuse checks can quit early for reuseportEric Garver1-10/+19
2017-01-06Merge tag 'mac80211-for-davem-2017-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-9/+7
2017-01-06vti6: fix device register to report IFLA_INFO_KINDDavid Forster1-1/+1
2017-01-06net: ipv4: make fib_select_default staticDavid Ahern1-1/+1
2017-01-06net: ipv4: Simplify rt_fill_infoDavid Ahern1-13/+7
2017-01-06net: dsa: remove version stringVivien Didelot3-7/+0
2017-01-06ipv6: do not send RTM_DELADDR for tentative addressesMahesh Bandewar1-0/+7
2017-01-05tcp: provide timestamps for partial writesSoheil Hassas Yeganeh1-8/+10
2017-01-05Merge tag 'rxrpc-rewrite-20170105' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller7-384/+13
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-34/+59
2017-01-05net:dsa: check for EPROBE_DEFER from dsa_dst_parse()Volodymyr Bendiuga1-1/+7
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-47/+79
2017-01-05rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsDavid Howells1-2/+7
2017-01-05rxrpc: Add some more tracingDavid Howells2-1/+6
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells5-381/+0
2017-01-05nl80211: fix sched scan netlink socket owner destructionJohannes Berg1-9/+7
2017-01-04packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx modeDaniel Borkmann1-0/+3
2017-01-04net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot1-27/+13