summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-04-083-1/+10
|\ \ \ \ \
| * | | | | nfc: nci: Add comment to explain NCI_HCI_MAX_PIPESChristophe Ricard2015-04-061-0/+4
| * | | | | nfc: Reduce nfc_evt_transaction params length to 0Christophe Ricard2015-04-061-1/+1
| * | | | | nfc: hci: Add comment to explain NFC_HCI_MAX_PIPESChristophe Ricard2015-04-061-0/+4
| * | | | | NFC: nci: Add firmware download supportClément Perrochaud2015-03-261-0/+1
* | | | | | net: remove extra newlinesSheng Yong2015-04-071-2/+0
| |_|/ / / |/| | | |
* | | | | tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-071-1/+2
* | | | | tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-071-0/+2
* | | | | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-074-5/+8
* | | | | netfilter: Pass socket pointer down through okfn().David Miller2015-04-075-10/+12
| |_|/ / |/| | |
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-04-072-13/+17
|\ \ \ \
| * | | | Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-021-3/+0
| * | | | Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg2015-04-021-2/+0
| * | | | Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-021-1/+0
| * | | | Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg2015-04-021-0/+1
| * | | | Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-021-0/+3
| * | | | Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-301-4/+10
| * | | | Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-301-4/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-063-17/+4
|\ \ \ \ \
| * | | | | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-063-17/+4
* | | | | | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-043-10/+7
* | | | | | netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller2015-04-041-16/+8
* | | | | | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller2015-04-041-16/+8
* | | | | | netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-041-5/+1
* | | | | | ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-0/+1
* | | | | | ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel2015-04-021-0/+1
| |_|_|/ / |/| | | |
* | | | | Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-313-24/+213
|\ \ \ \ \
| * | | | | mac80211: make sta.wme indicate whether QoS is usedJohannes Berg2015-03-301-1/+2
| * | | | | cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-301-0/+1
| * | | | | cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov2015-03-301-0/+11
| * | | | | mac80211: notify the driver about deauthEmmanuel Grumbach2015-03-301-0/+4
| * | | | | mac80211: notify the driver about association statusEmmanuel Grumbach2015-03-301-0/+2
| * | | | | mac80211: notify the driver about authentication statusEmmanuel Grumbach2015-03-301-0/+36
| * | | | | mac80211: convert rssi_callback() to event_callback()Emmanuel Grumbach2015-03-301-10/+38
| * | | | | mac80211: allow to get wireless_dev structure from ieee80211_vifEmmanuel Grumbach2015-03-161-0/+13
| * | | | | mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan2015-03-041-0/+2
| * | | | | mac80211: allow iterating inactive interfacesArik Nemtsov2015-03-041-5/+30
| * | | | | mac80211: Update beacon's timing and DTIM count on every beaconAlexander Bondar2015-03-031-2/+5
| * | | | | cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor eventsAhmad Kholaif2015-03-031-4/+10
| * | | | | cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky2015-03-031-2/+37
| * | | | | wext: add checked wrappers for adding events/points to streamsJohannes Berg2015-02-281-0/+22
| | |_|_|/ | |/| | |
* | | | | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-0/+21
* | | | | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-0/+29
* | | | | xfrm: simplify xfrm_address_t useJiri Benc2015-03-311-3/+3
* | | | | tcp: simplify inetpeer_addr_base useJiri Benc2015-03-311-1/+2
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-313-0/+62
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bluetooth: Add macros for advertising instance flagsArman Uguray2015-03-261-0/+8
| * | | | Bluetooth: Add support for adv instance timeoutArman Uguray2015-03-241-0/+2
| * | | | Bluetooth: Add data structure for advertising instanceArman Uguray2015-03-241-0/+16
| * | | | Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flagsArman Uguray2015-03-241-0/+2