summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-12-02pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse1-2/+19
2012-12-02br2684: allow assign only on a connected socketKrzysztof Mazur1-2/+5
2012-12-02br2684: fix module_put() raceDavid Woodhouse1-1/+4
2012-12-02pppoatm: fix missing wakeup in pppoatm_send()David Woodhouse1-0/+12
2012-12-02br2684: don't send frames on not-ready vccDavid Woodhouse1-3/+40
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse1-0/+10
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani2-16/+3
2012-12-01tcp: change default tcp hash sizeEric Dumazet1-4/+2
2012-12-01net: move inet_dport/inet_num in sock_commonEric Dumazet2-21/+42
2012-11-30sctp: verify length provided in heartbeat information parameterThomas Graf1-2/+8
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen1-2/+2
2012-11-30Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-9/+11
2012-11-30sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala1-1/+1
2012-11-30mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott1-1/+1
2012-11-30mac802154: fix memory leaksAlan Ott2-2/+7
2012-11-306lowpan: consider checksum bytes in fragmentation thresholdAlan Ott1-1/+2
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou1-0/+1
2012-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller11-125/+296
2012-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+0
2012-11-30mac80211: simplify loop in minstrel_htJohannes Berg1-5/+3
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg9-260/+292
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg2-24/+11
2012-11-30mac80211: make ieee80211_build_preq_ies saferJohannes Berg3-17/+41
2012-11-30cfg80211: fix cmp_hidden_bssJohannes Berg1-4/+14
2012-11-30cfg80211: fix whitespace in scan handlingJohannes Berg1-16/+13
2012-11-30cfg80211: don't BUG_ON BSS struct issuesJohannes Berg1-2/+4
2012-11-30mac80211: allow userspace registration for probe requests in IBSSAntonio Quartulli1-1/+2
2012-11-30pppoatm: do not inline pppoatm_may_send()Krzysztof Mazur1-1/+1
2012-11-30pppoatm: drop frames to not-ready vccKrzysztof Mazur1-0/+7
2012-11-30mac80211: fix for mesh sync to indicate TBTT adjustmentMarco Porsch1-0/+4
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli4-9/+11
2012-11-29core: make GRO methods static.Rami Rosen1-6/+3
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-21/+34
2012-11-29nl80211: Fix HT_IBSS feature check in ibss_joinSimon Wunderlich1-0/+1
2012-11-29mac80211: add debugfs file for last rx rateSaravana1-0/+18
2012-11-29mac80211: re-organize the rx rate calculation logicSaravana2-28/+35
2012-11-29mac80211: add debugfs file for current tx rateSaravana1-0/+16
2012-11-29mac80211: add debugfs file for last ack signalSaravana3-0/+7
2012-11-29cfg80211: Remove unused VHT chan codeMahesh Palivela1-27/+1
2012-11-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2-10/+6
2012-11-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller66-1521/+3960
2012-11-29openvswitch: Use RCU callback when detaching netdevices.Jesse Gross2-4/+13
2012-11-28NFC: Fix incorrect llcp pointer dereferenceWaldemar Rymarkiewicz1-1/+4
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel2-29/+53
2012-11-28Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+1
2012-11-28irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala1-0/+1
2012-11-28pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente1-264/+566
2012-11-28sctp: Error in calculation of RTTvarSchoch Christian1-1/+1
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2-6/+11
2012-11-28sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5