summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-08-04sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+2
2017-08-04sock: add MSG_ZEROCOPYWillem de Bruijn4-0/+66
2017-08-04sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-2/+7
2017-08-04sock: allocate skbs from optmemWillem de Bruijn1-0/+2
2017-08-04ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel1-0/+16
2017-08-04ipv6: fib: Add offload indication to routesIdo Schimmel1-0/+1
2017-08-04ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel1-0/+4
2017-08-04ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel1-0/+10
2017-08-04ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel1-0/+5
2017-08-04ipv6: fib: Add FIB notifiers callbacksIdo Schimmel2-0/+12
2017-08-04ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel1-0/+5
2017-08-04net: fib_rules: Implement notification logic in coreIdo Schimmel2-12/+21
2017-08-04net: core: Make the FIB notification chain genericIdo Schimmel4-22/+54
2017-08-03sctp: remove the typedef sctp_auth_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long1-3/+3
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_addiphdr_tXin Long1-3/+3
2017-08-03sctp: remove the typedef sctp_addip_param_tXin Long1-4/+4
2017-08-03sctp: remove the typedef sctp_cwr_chunk_tXin Long1-5/+0
2017-08-03sctp: remove the typedef sctp_cwrhdr_tXin Long1-3/+3
2017-08-03sctp: remove the typedef sctp_ecne_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_ecnehdr_tXin Long1-3/+3
2017-08-03sctp: remove the typedef sctp_error_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_operr_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long2-7/+7
2017-08-03sctp: fix the name of struct sctp_shutdown_chunk_tXin Long1-1/+1
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long1-3/+3
2017-08-03ipv4: fib: Remove unused functionsIdo Schimmel1-13/+0
2017-08-02flow_dissector: remove unused functionsWANG Cong1-16/+0
2017-08-02net: dsa: rename switch EEE opsVivien Didelot1-5/+5
2017-08-02net: dsa: remove PHY device argument from .set_eeeVivien Didelot1-1/+0
2017-08-02net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-0/+36
2017-08-02strparser: Generalize strparserTom Herbert1-57/+62
2017-08-02skbuff: Function to send an skbuf on a socketTom Herbert1-0/+3
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert3-0/+18
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-82/+163
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-17/+39
2017-08-01udp6: fix jumbogram receptionPaolo Abeni1-0/+6
2017-08-01tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-0/+8
2017-08-01net: phy: mdio-bcm-unimac: Allow specifying platform dataFlorian Fainelli1-0/+13
2017-08-01tcp: remove unused mib countersFlorian Westphal1-9/+0
2017-08-01tcp: remove CA_ACK_SLOWPATHFlorian Westphal1-3/+2
2017-08-01tcp: remove header predictionFlorian Westphal2-29/+0
2017-08-01tcp: remove low_latency sysctlFlorian Westphal1-1/+0
2017-08-01tcp: remove prequeue supportFlorian Westphal2-20/+0
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-31net sched actions: add time filter for action dumpingJamal Hadi Salim1-0/+1
2017-07-31net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim1-2/+20
2017-07-31net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim2-0/+33