summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer2017-01-091-23/+17
* Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-01-093-1/+11
|\
| * rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-093-1/+11
* | net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-092-6/+6
* | net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-091-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-099-48/+68
|\ \
| * | netlabel: add CALIPSO to the list of built-in protocolsPaul Moore2017-01-071-4/+1
| * | Merge tag 'mac80211-for-davem-2017-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-01-061-9/+7
| |\ \
| | * | nl80211: fix sched scan netlink socket owner destructionJohannes Berg2017-01-051-9/+7
| * | | vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-01-061-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-056-34/+59
| |\ \ \
| | * | | bridge: netfilter: Fix dropping packets that moving through bridge interfaceArtur Molchanov2016-12-301-1/+1
| | * | | netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long2016-12-231-11/+23
| | * | | netfilter: nft_payload: mangle ckecksum if NFT_PAYLOAD_L4CSUM_PSEUDOHDR is setPablo Neira Ayuso2016-12-141-8/+19
| | * | | netfilter: nf_tables: fix oob accessFlorian Westphal2016-12-141-1/+1
| | * | | netfilter: nft_queue: use raw_smp_processor_id()Pablo Neira Ayuso2016-12-141-1/+1
| | * | | netfilter: nft_quota: reset quota after dumpPablo Neira Ayuso2016-12-141-12/+14
* | | | | net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti2017-01-091-0/+30
* | | | | net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti2017-01-091-0/+1
* | | | | cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise2017-01-091-1/+0
* | | | | syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-092-38/+24
* | | | | secure_seq: use SipHash in place of MD5Jason A. Donenfeld2017-01-091-82/+63
* | | | | net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern2017-01-091-2/+0
* | | | | net: change init_inodecache() return voidyuan linyu2017-01-091-4/+2
| |_|_|/ |/| | |
* | | | net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-092-3/+5
* | | | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-092-11/+9
* | | | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-096-22/+13
* | | | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-092-14/+7
* | | | net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-091-1/+2
* | | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-087-24/+12
* | | | net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern2017-01-081-2/+1
* | | | net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-082-7/+2
* | | | net: dsa: move HWMON support to its own fileVivien Didelot2017-01-084-129/+159
* | | | l2tp: rework socket comparison in __l2tp_ip*_bind_lookup()Guillaume Nault2017-01-072-14/+35
* | | | l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup()Guillaume Nault2017-01-072-6/+0
* | | | l2tp: make __l2tp_ip*_bind_lookup() parameters 'const'Guillaume Nault2017-01-072-5/+5
* | | | l2tp: remove redundant addr_len check in l2tp_ip_bind()Guillaume Nault2017-01-071-1/+1
* | | | RDS: validate the requested traces user input against max supportedsantosh.shilimkar@oracle.com2017-01-071-0/+3
* | | | sctp: prepare asoc stream for stream reconfXin Long2017-01-078-160/+116
* | | | udp: inuse checks can quit early for reuseportEric Garver2017-01-071-10/+19
* | | | net: ipv4: make fib_select_default staticDavid Ahern2017-01-061-1/+1
* | | | net: ipv4: Simplify rt_fill_infoDavid Ahern2017-01-061-13/+7
* | | | net: dsa: remove version stringVivien Didelot2017-01-063-7/+0
* | | | ipv6: do not send RTM_DELADDR for tentative addressesMahesh Bandewar2017-01-061-0/+7
* | | | tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-01-051-8/+10
* | | | Merge tag 'rxrpc-rewrite-20170105' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-01-057-384/+13
|\ \ \ \
| * | | | rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsDavid Howells2017-01-051-2/+7
| * | | | rxrpc: Add some more tracingDavid Howells2017-01-052-1/+6
| * | | | rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-055-381/+0
* | | | | net:dsa: check for EPROBE_DEFER from dsa_dst_parse()Volodymyr Bendiuga2017-01-051-1/+7