aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko2-3/+3
2015-05-13net: move __skb_get_hash function declaration to flow_dissector.hJiri Pirko1-1/+0
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko1-4/+0
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-14/+36
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+8
2015-05-12net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern1-3/+0
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu1-0/+10
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue()Denys Vlasenko1-13/+1
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-4/+1
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko1-1/+1
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-0/+5
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck3-3/+23
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-3/+2
2015-05-11Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+10
2015-05-11net: sched: fix typo in net_device ifdefDaniel Borkmann1-1/+1
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-0/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-1/+0
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel1-0/+2
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-7/+5
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-4/+0
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan1-0/+6
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-05-08Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée1-1/+1
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-05util_macros.h: have array pointer point to array of constantsGuenter Roeck1-1/+1
2015-05-05vlan: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck1-0/+18
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+8
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+22
2015-05-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+8
2015-05-04blk-mq: fix FUA request hangShaohua Li1-1/+1
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing2-0/+4
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann3-1/+22
2015-05-04net: Add skb_get_hash_perturbTom Herbert1-0/+2
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck1-1/+23
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-13/+26
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+19
2015-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+0
2015-04-30Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2015-04-30Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+2
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+4
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-0/+4
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2-3/+5
2015-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+4