summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-4/+1
* neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* arp: Kill arp_findEric W. Biederman2015-03-021-1/+0
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-022-12/+1
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-1/+0
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+5
* ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-021-3/+0
* ebpf: move CONFIG_BPF_SYSCALL-only function declarationsDaniel Borkmann2015-03-021-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-022-18/+50
|\
| * ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-251-0/+11
| * ipvs: use 64-bit rates in statsJulian Anastasov2015-02-092-18/+39
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-025-105/+70
|\ \
| * | at86rf230: add support for external xtal trimAlexander Aring2015-02-271-0/+1
| * | Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2015-02-272-2/+7
| * | Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-201-1/+2
| * | Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-28/+16
| * | Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-24/+16
| * | Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-191-34/+6
| * | Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2015-02-191-9/+9
| * | Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2015-02-151-0/+1
| * | ieee802154: cleanup ieee802154_le64_to_be64Alexander Aring2015-02-141-3/+1
| * | ieee802154: cleanup ieee802154_be64_to_le64Alexander Aring2015-02-141-3/+2
| * | ieee802154: correct ieee802154_is_valid_psdu_lenAlexander Aring2015-02-141-2/+10
* | | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-028-35/+27
* | | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-022-4/+16
* | | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-021-0/+6
* | | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-0/+3
* | | net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger2015-03-021-3/+3
* | | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-021-7/+3
* | | pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth2015-03-021-0/+2
* | | cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-011-0/+2
* | | ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-012-4/+4
* | | ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-0/+1
* | | ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann2015-03-011-4/+16
* | | ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-012-2/+2
* | | ebpf: constify various function pointer structsDaniel Borkmann2015-03-011-7/+7
* | | tcp: tso: remove tp->tso_deferredEric Dumazet2015-02-281-1/+0
* | | usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings2015-02-281-0/+12
* | | fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-271-1/+1
* | | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-273-0/+3
* | | igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2015-02-271-0/+8
* | | udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-271-6/+15
* | | net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2015-02-251-0/+5
* | | net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli2015-02-251-0/+10
* | | bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar2015-02-241-0/+29
* | | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-221-2/+1
* | | igmp: add __ip_mc_{join|leave}_group()Eric Dumazet2015-02-201-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-177-21/+88
|\ \ \
| * | | gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-0/+1
| * | | vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-112-1/+4