aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03sctp: remove the typedef sctp_addiphdr_tXin Long2-12/+12
2017-08-03sctp: remove the typedef sctp_addip_param_tXin Long1-19/+20
2017-08-03sctp: remove the typedef sctp_cwrhdr_tXin Long2-5/+5
2017-08-03sctp: remove the typedef sctp_ecne_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_ecnehdr_tXin Long2-5/+5
2017-08-03sctp: remove the typedef sctp_error_tXin Long1-1/+1
2017-08-03sctp: remove the typedef sctp_operr_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long4-38/+41
2017-08-03sctp: fix the name of struct sctp_shutdown_chunk_tXin Long1-8/+8
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long2-7/+7
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell1-5/+0
2017-08-03rds: reduce memory footprint for RDS when transport is RDMASowmini Varadhan2-10/+26
2017-08-03ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang1-1/+7
2017-08-03bpf: fix the printing of ifindexWilliam Tu1-4/+6
2017-08-03Merge tag 'batadv-next-for-davem-20170802' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-15/+13
2017-08-03X25: constify null_x25_addressJulia Lawall1-1/+1
2017-08-02ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel1-0/+2
2017-08-02net: dsa: Add support for 64-bit statisticsFlorian Fainelli3-9/+39
2017-08-02flow_dissector: remove unused functionsWANG Cong1-45/+0
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet1-8/+7
2017-08-01net: dsa: rename switch EEE opsVivien Didelot1-4/+4
2017-08-01net: dsa: remove PHY device argument from .set_eeeVivien Didelot1-1/+1
2017-08-01net: dsa: call phy_init_eee in DSA layerVivien Didelot1-0/+6
2017-08-01net: dsa: PHY device is mandatory for EEEVivien Didelot1-8/+10
2017-08-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-29/+59
2017-08-01strparser: Generalize strparserTom Herbert3-162/+223
2017-08-01skbuff: Function to send an skbuf on a socketTom Herbert1-0/+101
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert4-13/+77
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-52/+81
2017-08-01Revert "l2tp: constify inet6_protocol structures"Julia Lawall1-1/+1
2017-08-01Revert "ipv6: constify inet6_protocol structures"Julia Lawall3-3/+3
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-52/+79
2017-07-31udp6: fix jumbogram receptionPaolo Abeni2-1/+11
2017-07-31ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki1-1/+1
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-1/+19
2017-07-31tcp: extract the function to compute delivery rateWei Wang1-7/+16
2017-07-31tcp: remove unused mib countersFlorian Westphal1-9/+0
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal2-46/+20
2017-07-31tcp: remove header predictionFlorian Westphal4-190/+10
2017-07-31tcp: remove low_latency sysctlFlorian Westphal2-2/+3
2017-07-31tcp: reindent two spots after prequeue removalFlorian Westphal1-27/+23
2017-07-31tcp: remove prequeue supportFlorian Westphal6-242/+2
2017-07-30net sched actions: add time filter for action dumpingJamal Hadi Salim1-1/+20
2017-07-30net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim1-10/+40
2017-07-30net sched actions: Use proper root attribute table for actionsJamal Hadi Salim1-2/+2
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann1-2/+3
2017-07-29net: ethtool: add support for forward error correction modesVidya Sagar Ravipati1-0/+34
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni2-10/+20
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong1-0/+2