summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: PHY device is mandatory for EEEVivien Didelot2017-08-011-8/+10
* net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn2017-08-011-29/+59
* strparser: Generalize strparserTom Herbert2017-08-013-162/+223
* skbuff: Function to send an skbuf on a socketTom Herbert2017-08-011-0/+101
* proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-014-13/+77
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-0116-52/+81
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-3115-52/+79
| |\
| | * udp6: fix jumbogram receptionPaolo Abeni2017-07-312-1/+11
| | * ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-07-311-1/+1
| | * tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-291-2/+3
| | * udp6: fix socket leak on early demuxPaolo Abeni2017-07-292-10/+20
| | * net: check dev->addr_len for dev_set_mac_address()WANG Cong2017-07-291-0/+2
| | * dccp: fix a memleak for dccp_feat_init err processXin Long2017-07-271-2/+5
| | * dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long2017-07-271-0/+1
| | * dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long2017-07-271-0/+1
| | * netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-261-1/+1
| | * udp: unbreak build lacking CONFIG_XFRMPaolo Abeni2017-07-261-1/+1
| | * ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-07-251-4/+0
| | * udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni2017-07-251-20/+18
| | * net: dsa: Initialize ds->cpu_port_mask earlierFlorian Fainelli2017-07-241-6/+7
| | * packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-07-241-1/+1
| | * openvswitch: fix potential out of bound access in parse_ctLiping Zhang2017-07-241-2/+5
| | * net/socket: fix type in assignment and trim long linePaolo Abeni2017-07-241-2/+3
| * | Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-211-0/+2
| |\ \ | | |/ | |/|
| | * net/sunrpc/xprt_sock: fix regression in connection error reporting.NeilBrown2017-07-211-0/+2
* | | Revert "l2tp: constify inet6_protocol structures"Julia Lawall2017-08-011-1/+1
* | | Revert "ipv6: constify inet6_protocol structures"Julia Lawall2017-08-013-3/+3
* | | ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki2017-07-311-1/+1
* | | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-1/+19
* | | tcp: extract the function to compute delivery rateWei Wang2017-07-311-7/+16
* | | tcp: remove unused mib countersFlorian Westphal2017-07-311-9/+0
* | | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-312-46/+20
* | | tcp: remove header predictionFlorian Westphal2017-07-314-190/+10
* | | tcp: remove low_latency sysctlFlorian Westphal2017-07-312-2/+3
* | | tcp: reindent two spots after prequeue removalFlorian Westphal2017-07-311-27/+23
* | | tcp: remove prequeue supportFlorian Westphal2017-07-316-242/+2
* | | net sched actions: add time filter for action dumpingJamal Hadi Salim2017-07-301-1/+20
* | | net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-301-10/+40
* | | net sched actions: Use proper root attribute table for actionsJamal Hadi Salim2017-07-301-2/+2
* | | net: ethtool: add support for forward error correction modesVidya Sagar Ravipati2017-07-291-0/+34
* | | net/smc: synchronize buffer usage with deviceUrsula Braun2017-07-297-0/+91
* | | net/smc: cleanup function __smc_buf_create()Ursula Braun2017-07-291-51/+63
* | | net/smc: common functions for RMBs and send buffersUrsula Braun2017-07-293-219/+148
* | | net/smc: introduce sg-logic for send buffersUrsula Braun2017-07-295-51/+38
* | | net/smc: remove Kconfig warningUrsula Braun2017-07-291-4/+0
* | | net/smc: register RMB-related memory regionUrsula Braun2017-07-296-2/+115
* | | net/smc: use separate memory regions for RMBsUrsula Braun2017-07-295-7/+71
* | | net/smc: introduce sg-logic for RMBsUrsula Braun2017-07-295-26/+76
* | | net/smc: shorten local bufsize variablesUrsula Braun2017-07-291-29/+25
* | | net/smc: serialize connection creation in all casesUrsula Braun2017-07-291-7/+1
OpenPOWER on IntegriCloud