summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-25ieee802154: wpan-phy: change to __aligned(size)Alexander Aring1-1/+1
2014-10-25mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring1-4/+4
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring6-23/+0
2014-10-25Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta1-0/+1
2014-10-25Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta1-0/+2
2014-10-25Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta1-3/+2
2014-10-24Removed unused function sctp_addr_is_valid()Sébastien Barré1-1/+0
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama1-6/+6
2014-10-23mac80211: expose API allowing station iterationArik Nemtsov1-0/+16
2014-10-23mac80211: expose TDLS-initiator value to low level driverArik Nemtsov1-0/+3
2014-10-23mac80211: export IE splitting functionAndrei Otcheretianski1-0/+28
2014-10-22mac80211: add WMM admission control supportJohannes Berg1-1/+2
2014-10-22cfg80211: make WMM TSPEC support flag an nl80211 feature flagJohannes Berg1-5/+1
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+6
2014-10-20cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATIONJouni Malinen1-0/+5
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-2/+13
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-10-18tcp: fix build error if IPv6 is not enabledEric Dumazet1-0/+2
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-9/+43
2014-10-18net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli1-0/+1
2014-10-18ipv6: introduce tcp_v6_iif()Eric Dumazet2-2/+12
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang1-3/+2
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang1-0/+20
2014-10-16netlink: fix description of portidNicolas Dichtel1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing1-1/+0
2014-10-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+5
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2014-10-14lib80211: remove unused print_ssid()Andy Shevchenko1-5/+0
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2-0/+6
2014-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-155/+2
2014-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-155/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2-2/+2
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho1-0/+1
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho1-0/+6
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho1-0/+7
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho1-0/+3
2014-10-09cfg80211: add ops to query mesh proxy path tableHenning Rogge1-0/+7
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds52-453/+984
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-59/+1
2014-10-07netfilter: kill nf_send_reset6() from include/net/netfilter/ipv6/nf_reject.hPablo Neira Ayuso1-155/+2
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou1-15/+21
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa1-1/+1
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa1-1/+1
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa1-4/+14
2014-10-07net: sched: remove tcf_proto from ematch callsJohn Fastabend1-5/+5
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet1-2/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-10/+11
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou2-0/+93