summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger2-4/+16
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger1-0/+6
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-0/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger1-3/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger1-7/+3
2015-03-02pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth1-0/+2
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann1-0/+2
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2-4/+4
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+1
2015-03-01ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann1-4/+16
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2-2/+2
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-7/+7
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet1-1/+0
2015-02-28usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings1-0/+12
2015-02-28fib_trie: Convert fib_alias to hlist from listAlexander Duyck1-1/+1
2015-02-28multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa3-0/+3
2015-02-28igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa1-0/+8
2015-02-28udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert1-6/+15
2015-02-26net: dsa: Introduce dsa_is_port_initializedGuenter Roeck1-0/+5
2015-02-26net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli1-0/+10
2015-02-25bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar1-0/+29
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar1-2/+1
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet1-0/+2
2015-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-21/+88
2015-02-18Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-2/+103
2015-02-18Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-1/+6
2015-02-18Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-10/+2
2015-02-18Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+18
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-16/+19
2015-02-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-13/+17
2015-02-18lib/rbtree.c: fix typo in commentJohn de la Garza1-1/+1
2015-02-18kexec: add IND_FLAGS macroGeoff Levand1-0/+1
2015-02-18kexec: add bit definitions for kimage entry flagsGeoff Levand1-4/+15
2015-02-18kexec: Fix make headers_checkGeoff Levand1-6/+0
2015-02-18kexec: remove never used member destination in kimageBaoquan He1-2/+0
2015-02-18Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-155/+0
2015-02-18Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+32
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-0/+389
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds9-0/+183
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds3-2/+4
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+13
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-16/+396
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller2-155/+0
2015-02-17rtc: add driver for DS1685 family of real time clocksJoshua Kinard1-0/+375
2015-02-17dax: add dax_zero_page_rangeMatthew Wilcox1-0/+1
2015-02-17vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-1/+1
2015-02-17vfs: remove get_xip_memMatthew Wilcox2-3/+1
2015-02-17dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-9/+1
2015-02-17dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-1/+3
2015-02-17dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-0/+1