summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2014-10-171-0/+1
| | * | ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-172-2/+12
| | * | ipv4: clean up cookie_v4_check()Cong Wang2014-10-171-3/+2
| | * | ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-171-0/+20
| | * | netlink: fix description of portidNicolas Dichtel2014-10-161-1/+1
| | * | ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing2014-10-141-1/+0
| | * | net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-10-141-0/+5
| | * | net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-10-141-3/+3
| * | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-152-4/+4
| |\ \ \
| | * | | net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-262-4/+4
| * | | | lib80211: remove unused print_ssid()Andy Shevchenko2014-10-141-5/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-111-155/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-101-155/+2
| | |\ \ \
| | | * | | netfilter: kill nf_send_reset6() from include/net/netfilter/ipv6/nf_reject.hPablo Neira Ayuso2014-10-071-155/+2
| * | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-102-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2410-8/+44
| | |\ \ \ \
| | * | | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-082-2/+2
| | | |_|/ / | | |/| | |
* | | | | | mac80211: add back support for radiotap vendor namespace dataJohannes Berg2014-11-101-0/+37
* | | | | | cfg80211: add channel switch started notificationLuciano Coelho2014-11-101-0/+14
| |_|_|_|/ |/| | | |
* | | | | mac80211: replace restart_complete() with reconfig_complete()Eliad Peller2014-11-041-6/+23
* | | | | mac80211: 802.11p OCB mode supportRostislav Lisovy2014-11-041-0/+2
* | | | | cfg80211: 802.11p OCB mode handlingRostislav Lisovy2014-11-041-0/+19
* | | | | mac80211: add support for driver tx power reportingFelix Fietkau2014-11-041-0/+5
* | | | | cfg80211: support configuring vif mac addr on createBen Greear2014-10-271-3/+6
* | | | | mac80211: support creating wiphy w/out creating wlanXBen Greear2014-10-271-1/+6
* | | | | mac80211: allow creating wiphy devices with suggested nameBen Greear2014-10-271-2/+26
* | | | | cfg80211: support creating wiphy with suggested nameBen Greear2014-10-271-1/+22
* | | | | mac80211: expose API allowing station iterationArik Nemtsov2014-10-231-0/+16
* | | | | mac80211: expose TDLS-initiator value to low level driverArik Nemtsov2014-10-231-0/+3
* | | | | mac80211: export IE splitting functionAndrei Otcheretianski2014-10-231-0/+28
* | | | | mac80211: add WMM admission control supportJohannes Berg2014-10-221-1/+2
* | | | | cfg80211: make WMM TSPEC support flag an nl80211 feature flagJohannes Berg2014-10-221-5/+1
* | | | | cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATIONJouni Malinen2014-10-201-0/+5
* | | | | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-201-2/+13
* | | | | mac80211: allow channel switch with multiple channel contextsLuciano Coelho2014-10-091-0/+1
* | | | | mac80211: add post_channel_switch driver operationLuciano Coelho2014-10-091-0/+6
* | | | | mac80211: add pre_channel_switch driver operationLuciano Coelho2014-10-091-0/+7
* | | | | mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho2014-10-091-0/+3
* | | | | cfg80211: add ops to query mesh proxy path tableHenning Rogge2014-10-091-0/+7
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0852-453/+984
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-1/+1
| |\ \ \ \
| | * | | | sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-061-1/+1
| * | | | | openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-071-15/+21
| * | | | | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-071-1/+1
| * | | | | ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-1/+1
| * | | | | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-4/+14
| * | | | | net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-061-5/+5
| | |_|_|/ | |/| | |
| * | | | net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-2/+2
| * | | | openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-10/+11
| * | | | net: Add Geneve tunneling protocol driverAndy Zhou2014-10-062-0/+93