summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-091-1/+6
* neigh: wrap proc dointvec functionsJiri Pirko2013-12-091-0/+9
* neigh: convert parms to an arrayJiri Pirko2013-12-091-13/+35
* net: phy: report link partner features through ethtoolFlorian Fainelli2013-12-091-2/+3
* packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2013-12-091-0/+1
* net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann2013-12-091-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-093-5/+5
|\
| * tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-051-4/+2
| * xen-netback: fix fragment detection in checksum setupPaul Durrant2013-12-052-1/+3
* | pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-091-0/+1
* | ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches2013-12-061-33/+18
* | ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko2013-12-061-0/+1
* | ipv6 addrconf: extend ifa_flags to u32Jiri Pirko2013-12-063-3/+7
* | net: introduce dev_consume_skb_any()Eric Dumazet2013-12-061-9/+44
* | net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli2013-12-061-7/+16
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-12-065-62/+189
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-065-62/+189
| |\ \
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-025-62/+189
| | |\ \
| | | * | cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich2013-12-021-1/+2
| | | * | cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-3/+25
| | | * | cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau2013-12-021-0/+8
| | | * | cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez2013-11-251-2/+2
| | | * | mac80211: add min required channel definition fieldEliad Peller2013-11-251-0/+4
| | | * | mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira2013-11-251-2/+6
| | | * | cfg80211: add an option to disable processing country IEsLuis R. Rodriguez2013-11-251-0/+5
| | | * | cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez2013-11-251-12/+24
| | | * | cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-252-40/+52
| | | * | mac80211: add generic cipher scheme supportMax Stepanov2013-11-251-0/+36
| | | * | cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic2013-11-251-0/+2
| | | * | cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()Luis R. Rodriguez2013-11-251-1/+6
| | | * | cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-252-15/+24
| | | * | nl80211: better document NL80211_CMD_TDLS_MGMTArik Nemtsov2013-11-251-1/+8
* | | | | tcp: auto corkingEric Dumazet2013-12-062-0/+2
* | | | | netfilter: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* | | | | include/net/: Fix FSF address in file headersJeff Kirsher2013-12-0628-76/+32
* | | | | sctp: Fix FSF address in file headersJeff Kirsher2013-12-068-24/+16
|/ / / /
* | | | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-052-9/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings2013-11-192-8/+9
| * | | net_tstamp: Improve kernel-doc for struct hwtstamp_configBen Hutchings2013-11-181-5/+5
* | | | Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller2013-12-021-21/+18
* | | | PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki2013-12-021-0/+1
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-021-1/+1
|\ \ \ \
| * | | | genirq: Correct fuzzy and fragile IRQ_RETVAL() definitionGeert Uytterhoeven2013-11-191-1/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-021-2/+0
|\ \ \ \ \
| * | | | | sched: Remove unused variable in 'struct sched_domain'Alex Shi2013-11-191-2/+0
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-023-0/+27
|\ \ \ \ \ \
| * | | | | | ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-193-0/+27
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-029-5/+15
|\ \ \ \ \ \ \
| * | | | | | | net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin2013-11-301-1/+3
| * | | | | | | sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2013-11-281-0/+1