summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg2013-08-161-0/+83
| | | | * | | | mac80211: add vif to testmode cmdDavid Spinadel2013-08-121-3/+4
| | | | * | | | cfg80211: add wdev to testmode cmdDavid Spinadel2013-08-121-2/+3
| | | | * | | | mac80211: add control port protocol TX control flagJohannes Berg2013-08-121-3/+16
| | | * | | | | NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-141-1/+2
| | | * | | | | NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade2013-08-141-0/+2
| * | | | | | | net: make snmp_mib_free static inlineCong Wang2013-09-021-1/+11
| * | | | | | | vxlan: add ipv6 proxy supportCong Wang2013-08-312-0/+9
| * | | | | | | vxlan: add ipv6 route short circuit supportCong Wang2013-08-311-0/+1
| * | | | | | | vxlan: add ipv6 supportCong Wang2013-08-311-1/+1
| * | | | | | | ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-08-311-0/+15
| * | | | | | | ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-08-312-2/+2
| * | | | | | | qdisc: make args to qdisc_create_default conststephen hemminger2013-08-311-2/+2
| * | | | | | | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-312-0/+4
| * | | | | | | tcp: TSO packets automatic sizingEric Dumazet2013-08-292-0/+3
| * | | | | | | net: sctp: reorder sctp_globals to reduce cacheline usageDaniel Borkmann2013-08-291-11/+9
| |/ / / / / /
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-08-271-0/+1
| |\ \ \ \ \ \
| | * | | | | | net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer2013-08-231-0/+1
| * | | | | | | net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-281-0/+4
| * | | | | | | netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-283-1/+84
| * | | | | | | net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-281-0/+4
| * | | | | | | netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-284-29/+51
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-0/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-221-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | xfrm: constify mark argument of xfrm_find_acq()Mathias Krause2013-08-051-1/+1
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-08-206-225/+17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso2013-08-131-0/+8
| | * | | | | | | | netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal2013-08-091-1/+3
| | * | | | | | | | netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy2013-07-313-5/+5
| | * | | | | | | | netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal2013-07-311-2/+1
| | * | | | | | | | netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal2013-07-311-206/+0
| | * | | | | | | | netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal2013-07-311-4/+0
| | * | | | | | | | netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()Patrick McHardy2013-07-311-7/+0
| * | | | | | | | | vxlan: Factor out vxlan send api.Pravin B Shelar2013-08-201-0/+8
| * | | | | | | | | vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar2013-08-201-0/+31
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-163-21/+9
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ip6tnl: add x-netns supportNicolas Dichtel2013-08-151-0/+1
| * | | | | | | | | | ipip: add x-netns supportNicolas Dichtel2013-08-151-1/+1
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-123-26/+242
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-092-0/+70
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | | * | | | | | | | mac80211: add channel switch command and beacon callbacksSimon Wunderlich2013-08-011-0/+37
| | | * | | | | | | | nl80211/cfg80211: add channel switch commandSimon Wunderlich2013-08-011-0/+33
| | * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-092-3/+3
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich2013-07-161-0/+27
| | * | | | | | | | | cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich2013-07-161-1/+3
| | * | | | | | | | | mac80211: add radiotap flag and handling for 5/10 MHzSimon Wunderlich2013-07-162-0/+8
| | * | | | | | | | | mac80211/rc80211: add chandef to rate initializationSimon Wunderlich2013-07-161-0/+2
| | * | | | | | | | | nl80211: add scan width to bss and scan request structsSimon Wunderlich2013-07-161-3/+51
| | * | | | | | | | | cfg80211/nl80211: Add packet coalesce supportAmitkumar Karwar2013-07-161-0/+54
| | * | | | | | | | | wireless: indent kernel-doc with tabsJohannes Berg2013-07-162-20/+20