aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-30netem: fix loss 4 state modelstephen hemminger1-2/+2
2013-11-30netem: missing break in ge loss generatorstephen hemminger1-0/+1
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin1-0/+28
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin1-1/+2
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-11-29af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2-12/+0
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2-1/+5
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-2/+9
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven1-1/+1
2013-11-26SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson1-1/+1
2013-11-25netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones1-1/+1
2013-11-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville14-59/+89
2013-11-25mac80211: set hw initial idle stateKarl Beldan1-0/+2
2013-11-25mac80211: use capped prob when computing throughputsKarl Beldan1-1/+1
2013-11-25cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau1-0/+4
2013-11-25mac80211: fix connection pollingEliad Peller1-0/+2
2013-11-25mac80211: fix the mesh channel switch supportChun-Yeow Yeoh5-14/+24
2013-11-25mac80211: don't attempt to reorder multicast framesJohannes Berg1-1/+2
2013-11-25cfg80211: disable 5/10 MHz support for all driversJohannes Berg1-0/+3
2013-11-25mac80211: minstrel_ht: fix rates selectionKarl Beldan1-2/+3
2013-11-25mac80211: fix for mesh beacon update on powersaveJavier Lopez1-1/+1
2013-11-25mac80211: fix crash when using AP VLAN interfacesFelix Fietkau1-1/+0
2013-11-25nl80211: check nla_nest_start() return valueJohannes Berg1-0/+2
2013-11-25nl80211: fix error path in nl80211_get_key()Johannes Berg1-1/+1
2013-11-25nl80211: check nla_put_* return valuesJohannes Berg1-22/+30
2013-11-25mac80211: fix scheduled scan rtnl deadlockJohannes Berg2-1/+2
2013-11-25mac80211: DFS setup chandef for radar_event correctlyJanusz Dziedzic1-4/+2
2013-11-25cfg80211: fix ibss wext chandef creationSimon Wunderlich1-9/+9
2013-11-25Revert "mac80211: allow disable power save in mesh"Bob Copeland1-2/+1
2013-11-23sch_tbf: handle too small burstEric Dumazet1-7/+25
2013-11-23ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functionsHannes Frederic Sowa9-13/+19
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel1-6/+38
2013-11-23tcp_memcg: remove useless var old_limGao feng1-2/+0
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2-33/+20
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu2-0/+10
2013-11-23net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong1-1/+2
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-173/+198
2013-11-21kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu1-2/+2
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg1-2/+2
2013-11-21packet: fix use after free race in send path when dev is releasedDaniel Borkmann2-23/+37
2013-11-21wimax: remove dead codeMichael Opdenacker1-1/+0
2013-11-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-1/+14
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-16/+29