aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel1-0/+2
2017-08-03ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel1-2/+0
2017-08-03ipv6: fib: Add offload indication to routesIdo Schimmel1-0/+8
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2-2/+100
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2-2/+13
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel1-0/+17
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel3-1/+63
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel1-0/+20
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel3-37/+80
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel7-71/+226
2017-08-03sctp: remove the typedef sctp_auth_chunk_tXin Long2-5/+6
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long1-4/+4
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long3-8/+13
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