summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipip: add x-netns supportNicolas Dichtel2013-08-151-1/+1
* ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2013-08-142-0/+4
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-146-46/+431
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-126-46/+431
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-094-0/+109
| | |\
| | | * mac80211: add channel switch command and beacon callbacksSimon Wunderlich2013-08-011-0/+37
| | | * nl80211/cfg80211: add channel switch commandSimon Wunderlich2013-08-012-0/+63
| | | * ieee80211: add definition for 802.11ac information elementsFred Zhou2013-08-011-0/+4
| | | * ieee80211: add definition for interworking supportAvinash Patil2013-08-011-0/+5
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-093-6/+6
| | |\ \
| | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-014-46/+305
| | |\ \ \ | | | | |/ | | | |/|
| | | * | 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-162-3/+69
| | | * | cfg80211/nl80211: Add packet coalesce supportAmitkumar Karwar2013-07-162-2/+142
| | | * | wireless: indent kernel-doc with tabsJohannes Berg2013-07-162-20/+20
| | | * | nl80211: enable HT overrides for ibssSimon Wunderlich2013-07-161-0/+5
| | | * | cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar2013-07-162-21/+30
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-251-2/+3
| | |\ \ \
| | * | | | bcma: add constants for new ARM based SoCsHauke Mehrtens2013-07-221-0/+5
| | * | | | bcma: add some more core namesHauke Mehrtens2013-07-221-0/+12
| | | |/ / | | |/| |
* | / | | pptp: fix byte order warningsstephen hemminger2013-08-141-1/+1
|/ / / /
* | | | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-1/+2
* | | | af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2013-08-101-0/+1
* | | | tcp: add server ip to encrypt cookie in fast openYuchung Cheng2013-08-101-1/+2
* | | | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller2013-08-092-3/+5
* | | | net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-0910-64/+8
* | | | net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann2013-08-092-5/+3
* | | | net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2013-08-091-0/+2
* | | | net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley2013-08-091-1/+1
* | | | net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-091-0/+4
* | | | net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-081-0/+4
* | | | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-081-0/+2
* | | | ip_tunnel: embed hash list headstephen hemminger2013-08-081-2/+2
* | | | sctp: Pack dst_cookie into 1st cacheline hole for 64bit hostfan.du2013-08-051-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-0442-258/+553
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-049-14/+19
| |\ \ \ \
| | * | | | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-024-6/+6
| | * | | | net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setCong Wang2013-08-021-0/+5
| | * | | | ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-1/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-013-6/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-313-6/+6
| | | | |/ | | | |/|
| | * | | ndisc: Add missing inline to ndisc_addr_option_padJoe Perches2013-08-011-1/+1
| * | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-08-022-1/+23
| |\ \ \ \
| | * | | | mlx5_core: Implement new initialization sequenceEli Cohen2013-07-312-1/+23
| * | | | | Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-022-6/+1
| |\ \ \ \ \
| | * | | | | freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross2013-07-301-0/+1
| | * | | | | Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-07-291-6/+0