summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet1-61/+72
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero1-0/+2
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann1-2/+11
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-1/+8
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal1-2/+6
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-17/+44
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-1/+1
2014-09-29dql: dql_queued() should write first to reduce bus transactionsEric Dumazet1-2/+10
2014-09-29net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-1/+1
2014-09-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-3/+22
2014-09-29net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli1-0/+9
2014-09-29net: dsa: allow enabling and disable switch portsFlorian Fainelli1-0/+8
2014-09-29tcp: change tcp_skb_pcount() locationEric Dumazet1-2/+21
2014-09-29tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-6/+6
2014-09-29ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-1/+2
2014-09-29ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet1-3/+12
2014-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-09-28Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+27
2014-09-27fuse: honour max_read and max_write in direct_io modeMiklos Szeredi1-1/+1
2014-09-27net: optimise csum_replace4()LEROY Christophe1-3/+1
2014-09-26net: introduce __skb_header_release()Eric Dumazet1-0/+15
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller9-38/+171
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches1-10/+9
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov1-0/+47
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov1-0/+6
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov1-0/+3
2014-09-26bpf: verifier (add docs)Alexei Starovoitov1-0/+2
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov3-6/+66
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2-0/+46
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2-2/+5
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov2-0/+64
2014-09-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-3/+4
2014-09-26Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-7/+18
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso5-10/+10
2014-09-26netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso1-10/+38
2014-09-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+13
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-1/+0
2014-09-26Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2014-09-26Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+0
2014-09-26Merge branches 'acpi-hotplug', 'acpi-scan', 'acpi-lpss', 'acpi-gpio' and 'acp...Rafael J. Wysocki7-7/+26
2014-09-25i2c: move acpi code back into the coreWolfram Sang1-16/+0
2014-09-25cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2-4/+13
2014-09-25sched: add macros to define bitops for task atomic flagsZefan Li1-9/+12
2014-09-25sched: fix confusing PFA_NO_NEW_PRIVS constantZefan Li1-1/+1
2014-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-1/+19
2014-09-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+12
2014-09-24Merge tag 'media/v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo1-0/+1
2014-09-24Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg1-0/+1