aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15ila: Add generic ILA translation facilityTom Herbert1-0/+18
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+2
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert1-0/+9
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel1-0/+2
2015-12-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-7/+37
2015-12-13rco: Clean up casting errorsTom Herbert1-1/+2
2015-12-10ipv6: add ipv6_addr_prefix_copyAlexander Aring1-0/+15
2015-12-106lowpan: add debugfs supportAlexander Aring1-0/+3
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring1-1/+6
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg1-1/+0
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg1-1/+2
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg1-1/+0
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg1-0/+2
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg1-0/+2
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg1-3/+6
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg1-0/+1
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo3-17/+21
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo1-5/+5
2015-12-08Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi1-2/+0
2015-12-07net: dsa: remove DSA link pollingNeil Armstrong1-12/+0
2015-12-07Merge tag 'mac80211-next-for-davem-2015-12-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-2/+64
2015-12-04cfg80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally1-0/+3
2015-12-04mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com1-0/+4
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller1-0/+24
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach1-0/+22
2015-12-04cfg80211: replace ieee80211_ie_split() with an inlineJohannes Berg1-2/+5
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg1-0/+6
2015-12-04Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg1-2/+4
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-33/+67
2015-12-03Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+4
2015-12-03VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He1-0/+2
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-0/+3
2015-12-03bonding: implement lower state change propagationJiri Pirko1-0/+7
2015-12-03bonding: allow notifications for bond_set_slave_link_stateJiri Pirko1-3/+29
2015-12-03ipv6: kill sk_dst_lockEric Dumazet2-15/+5
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-2/+2
2015-12-02sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner1-8/+8
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-1/+20
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-7/+16
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-0/+10
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel1-2/+1
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-10/+5
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-0/+1
2015-11-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller6-15/+42
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn1-0/+8
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann1-0/+13
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman1-2/+4
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg1-1/+1