summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman
2015-03-02ebpf: move CONFIG_BPF_SYSCALL-only function declarationsDaniel Borkmann
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-03-02pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-01ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet
2015-02-28usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert
2015-02-27at86rf230: add support for external xtal trimAlexander Aring
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-17lib/rbtree.c: fix typo in commentJohn de la Garza
2015-02-17kexec: add IND_FLAGS macroGeoff Levand
2015-02-17kexec: add bit definitions for kimage entry flagsGeoff Levand
2015-02-17kexec: Fix make headers_checkGeoff Levand