summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove the typedef sctp_shutdownhdr_tXin Long2017-08-032-7/+7
* tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell2017-08-031-5/+0
* rds: reduce memory footprint for RDS when transport is RDMASowmini Varadhan2017-08-032-10/+26
* ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang2017-08-031-1/+7
* bpf: fix the printing of ifindexWilliam Tu2017-08-031-4/+6
* Merge tag 'batadv-next-for-davem-20170802' of git://git.open-mesh.org/linux-m...David S. Miller2017-08-035-15/+13
|\
| * batman-adv: fix various spelling mistakesColin Ian King2017-07-292-7/+7
| * batman-adv: Remove variable deprecated by skb_put_dataSven Eckelmann2017-07-292-5/+3
| * batman-adv: Remove too short %pM printk field widthSven Eckelmann2017-07-291-1/+1
| * batman-adv: Remove unnecessary length qualifier in %14pMJoe Perches2017-07-291-1/+1
| * batman-adv: Start new development cycleSimon Wunderlich2017-07-291-1/+1
* | X25: constify null_x25_addressJulia Lawall2017-08-031-1/+1
* | ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel2017-08-021-0/+2
* | net: dsa: Add support for 64-bit statisticsFlorian Fainelli2017-08-023-9/+39
* | flow_dissector: remove unused functionsWANG Cong2017-08-021-45/+0
* | tcp: tcp_data_queue() cleanupEric Dumazet2017-08-021-8/+7
* | net: dsa: rename switch EEE opsVivien Didelot2017-08-011-4/+4
* | net: dsa: remove PHY device argument from .set_eeeVivien Didelot2017-08-011-1/+1
* | net: dsa: call phy_init_eee in DSA layerVivien Didelot2017-08-011-0/+6
* | 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