summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-2/+4
* sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-162-4/+4
* ipv6: Add helper inet6_csk_update_pmtu().David S. Miller2012-07-161-0/+2
* ipv4: Add helper inet_csk_update_pmtu().David S. Miller2012-07-161-0/+2
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-07-139-42/+321
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-129-42/+321
| |\
| | * bcma: add PMU clock support for BCM4706Hauke Mehrtens2012-07-111-0/+14
| | * NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-091-6/+8
| | * NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade2012-07-091-3/+14
| | * NFC: Driver failure APIEric Lapuyade2012-07-091-0/+2
| | * NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade2012-07-091-0/+2
| | * bcma: add bcma_pmu_spuravoid_pllupdate()Hauke Mehrtens2012-07-091-0/+14
| | * bcma: complete workaround for BCMA43224 and BCM4313Hauke Mehrtens2012-07-091-0/+8
| | * bcma: add constants for chip idsHauke Mehrtens2012-07-091-0/+30
| | * bcma: extend workaround for bcm4331Hauke Mehrtens2012-07-091-0/+1
| | * cfg80211: bitrate calculation for 60gVladimir Kondratiev2012-07-051-0/+2
| | * {nl,cfg}80211: support high bitratesVladimir Kondratiev2012-07-052-1/+10
| | * mac80211: add TX prepare APIJohannes Berg2012-07-031-0/+15
| | * mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2012-07-031-4/+4
| | * mac80211: remove tx_frags driver callbackJohannes Berg2012-07-021-15/+0
| | * wireless: 60g protocol constantsVladimir Kondratiev2012-07-021-1/+89
| | * cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2012-07-022-0/+4
| | * cfg80211/mac80211: remove .get_channelMichal Kazior2012-06-291-6/+0
| | * cfg80211: track monitor interfaces countMichal Kazior2012-06-291-0/+4
| | * cfg80211: track ibss fixed channelMichal Kazior2012-06-291-0/+2
| | * cfg80211: add channel tracking for AP and meshMichal Kazior2012-06-291-0/+3
| | * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-06-2811-217/+332
| | |\
| | * | cfg80211: allow advertising VHT capabilitiesMahesh Palivela2012-06-282-0/+23
| | * | wireless: add VHT (802.11ac) definitionsMahesh Palivela2012-06-281-0/+70
| | * | mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg2012-06-281-6/+0
| | * | cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg2012-06-271-0/+2
* | | | ipv4: Don't store a rule pointer in fib_result.David S. Miller2012-07-131-9/+3
|/ / /
* | | ipv4: Remove tb_peers from fib_table.David S. Miller2012-07-121-1/+0
* | | team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2012-07-121-2/+9
* | | team: use function team_port_txable() for determing enabled and up portJiri Pirko2012-07-121-0/+1
* | | net: sched: add ipset ematchFlorian Westphal2012-07-121-1/+2
* | | ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2012-07-122-2/+2
* | | ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-0/+2
* | | ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller2012-07-121-0/+2
* | | ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller2012-07-111-6/+1
* | | ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller2012-07-111-0/+50
* | | ipv4: Kill ip_rt_redirect().David S. Miller2012-07-111-1/+0
* | | ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.David S. Miller2012-07-111-0/+3
* | | ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.David S. Miller2012-07-111-0/+1
* | | ipv4: Rearrange arguments to ip_rt_redirect()David S. Miller2012-07-111-2/+1
* | | tcp: TCP Small QueuesEric Dumazet2012-07-113-0/+15
* | | ipv6: Move ipv6 twsk accessors outside of CONFIG_IPV6 ifdefs.David S. Miller2012-07-111-16/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-1/+1
|\ \ \
| * | | netfilter: nf_ct_ecache: fix crash with multiple containers, one shutting downPablo Neira Ayuso2012-07-091-1/+1
* | | | ipv6: optimize ipv6 addresses comparesEric Dumazet2012-07-101-1/+23