summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | netfilter: nf_ct_helper: Fix logging for dropped packetsJoe Perches2013-03-021-1/+10
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-066-42/+70
| |\ \ \ \ \
| | * | | | | mac80211: another fix for idle handling in monitor modeFelix Fietkau2013-03-021-0/+6
| | * | | | | mac80211: fix VHT MCS calculationJohannes Berg2013-03-011-0/+3
| | * | | | | mac80211: fix oops on mesh PS broadcast forwardingMarco Porsch2013-03-011-1/+2
| | * | | | | nl80211: increase wiphy dump size dynamicallyJohannes Berg2013-03-011-5/+25
| | * | | | | mac80211: really fix monitor mode channel reportingJohannes Berg2013-02-281-8/+13
| | * | | | | nl80211: remove channel width and extended capa advertisingJohannes Berg2013-02-272-23/+1Star
| | * | | | | mac80211: Fix crash due to un-canceled work-itemsBen Greear2013-02-261-0/+11
| | * | | | | mac80211: stop timers before canceling work itemsBen Greear2013-02-261-5/+9
| * | | | | | net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward2013-03-061-1/+1
| * | | | | | net: reduce net_rx_action() latency to 2 HZEric Dumazet2013-03-061-1/+1
| * | | | | | net: fix new kernel-doc warnings in net coreRandy Dunlap2013-03-061-1/+1
| * | | | | | pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente2013-03-061-2/+0Star
| * | | | | | pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente2013-03-061-1/+2
| * | | | | | pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente2013-03-061-1/+9
| * | | | | | pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente2013-03-061-14/+22
| * | | | | | pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente2013-03-061-1/+1
| * | | | | | pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente2013-03-061-2/+11
| * | | | | | net/irda: Raise dtr in non-blocking openPeter Hurley2013-03-061-2/+9
| * | | | | | net/irda: Use barrier to set task statePeter Hurley2013-03-061-1/+1
| * | | | | | net/irda: Hold port lock while bumping blocked_openPeter Hurley2013-03-061-2/+2
| * | | | | | net/irda: Fix port open countsPeter Hurley2013-03-061-9/+5Star
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-101-3/+1Star
|\ \ \ \ \ \ \
| * | | | | | | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-3/+1Star
| | |_|_|/ / / | |/| | | | |
* | | | | | | Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann2013-03-091-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0619-139/+175
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-041-3/+3
| * | | | | CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu2013-03-041-2/+2
| * | | | | rds: simplify a warning messageCong Wang2013-03-041-4/+1Star
| * | | | | net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-041-1/+2
| * | | | | sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3Star
| * | | | | rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-041-0/+3
| * | | | | caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu2013-03-031-1/+1
| * | | | | sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1
| * | | | | ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-012-4/+8
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-014-90/+62Star
| |\ \ \ \ \
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-014-90/+62Star
| | |\| | | |
| | | * | | | mac80211: fix monitor mode channel reportingFelix Fietkau2013-02-261-3/+9
| | | * | | | mac80211: fix idle handling in monitor modeFelix Fietkau2013-02-261-1/+1
| | | * | | | mac80211: Ensure off-channel frames don't get queuedSeth Forshee2013-02-261-25/+31
| | | * | | | mac80211: fix the problem of forwarding from DS to DS in MeshChun-Yeow Yeoh2013-02-261-1/+16
| | | * | | | nl80211: remove TCP WoWLAN informationJohannes Berg2013-02-261-45/+0Star
| | | * | | | nl80211: remove radar informationJohannes Berg2013-02-261-13/+3Star
| | | * | | | mac80211: fix tim_lock lockingJohannes Berg2013-02-261-2/+2
| * | | | | | l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-011-0/+1
| |/ / / / /
| * | | | | sctp: fix association hangs due to partial delivery errorsLee A. Roberts2013-02-281-11/+43
| * | | | | sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts2013-02-281-4/+22
| * | | | | sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts2013-02-281-2/+7
| * | | | | sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts2013-02-281-6/+7