summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-101-3/+4
* net: unix: allow set_peek_off to failSasha Levin2013-12-102-3/+7
* inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-102-2/+9
* net: drop_monitor: fix the value of maxattrChangli Gao2013-12-091-1/+0
* ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2013-12-091-5/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-12-093-28/+45
|\
| * netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso2013-12-071-13/+33
| * netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich2013-12-071-14/+11
| * netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones2013-11-251-1/+1
* | packet: fix send path when running with proto == 0Daniel Borkmann2013-12-091-25/+40
* | br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2013-12-062-1/+11
* | net: clear local_df when passing skb between namespacesHannes Frederic Sowa2013-12-051-0/+1
* | tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-051-7/+0
* | sctp: disable max_burst when the max_burst is 0wangweidong2013-12-051-1/+1
* | net_sched: Use default action walker methodsJamal Hadi Salim2013-12-058-9/+0
* | net_sched: Provide default walker function for actionsJamal Hadi Salim2013-12-051-6/+3
* | net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-057-8/+0
* | net_sched: Default action lookup method for actionsJamal Hadi Salim2013-12-051-2/+3
* | net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim2013-12-051-4/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-0515-59/+99
|\ \
| * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-022-0/+10
| |\ \
| | * | mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich2013-12-021-0/+4
| | * | cfg80211: disable CSA for all driversSimon Wunderlich2013-12-021-0/+6
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-2514-59/+89
| |\| |
| | * | mac80211: set hw initial idle stateKarl Beldan2013-11-251-0/+2
| | * | mac80211: use capped prob when computing throughputsKarl Beldan2013-11-251-1/+1
| | * | cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau2013-11-251-0/+4
| | * | mac80211: fix connection pollingEliad Peller2013-11-251-0/+2
| | * | mac80211: fix the mesh channel switch supportChun-Yeow Yeoh2013-11-255-14/+24
| | * | mac80211: don't attempt to reorder multicast framesJohannes Berg2013-11-251-1/+2
| | * | cfg80211: disable 5/10 MHz support for all driversJohannes Berg2013-11-251-0/+3
| | * | mac80211: minstrel_ht: fix rates selectionKarl Beldan2013-11-251-2/+3
| | * | mac80211: fix for mesh beacon update on powersaveJavier Lopez2013-11-251-1/+1
| | * | mac80211: fix crash when using AP VLAN interfacesFelix Fietkau2013-11-251-1/+0
| | * | nl80211: check nla_nest_start() return valueJohannes Berg2013-11-251-0/+2
| | * | nl80211: fix error path in nl80211_get_key()Johannes Berg2013-11-251-1/+1
| | * | nl80211: check nla_put_* return valuesJohannes Berg2013-11-251-22/+30
| | * | mac80211: fix scheduled scan rtnl deadlockJohannes Berg2013-11-252-1/+2
| | * | mac80211: DFS setup chandef for radar_event correctlyJanusz Dziedzic2013-11-251-4/+2
| | * | cfg80211: fix ibss wext chandef creationSimon Wunderlich2013-11-251-9/+9
| | * | Revert "mac80211: allow disable power save in mesh"Bob Copeland2013-11-251-2/+1
* | | | rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra2013-12-031-3/+2
* | | | IPv6: Fixed support for blackhole and prohibit routesKamala R2013-12-021-12/+10
* | | | ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail2013-12-021-1/+1
* | | | ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong2013-12-021-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-0228-94/+186
|\ \ \ \
| * | | | {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2013-12-011-0/+7
| * | | | netem: fix gemodel loss generatorstephen hemminger2013-11-301-1/+1
| * | | | netem: fix loss 4 state modelstephen hemminger2013-11-301-2/+2
| * | | | netem: missing break in ge loss generatorstephen hemminger2013-11-301-0/+1