summaryrefslogtreecommitdiffstats
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-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-28pppoatm: take ATM socket lock in pppoatm_send()Krzysztof Mazur1-2/+17
2012-11-28pppoatm: fix module_put() raceKrzysztof Mazur1-2/+7
2012-11-28pppoatm: allow assign only on a connected socketKrzysztof Mazur1-0/+2
2012-11-28atm: add owner of push() callback to atmvccKrzysztof Mazur1-0/+2
2012-11-26atm: br2684: Fix excessive queue bloatDavid Woodhouse1-14/+22
2012-11-26dsa: Hide core config options; make drivers select what they needBen Hutchings1-17/+13
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches2-6/+6
2012-11-25ipv4: ipmr: various fixes and cleanupsEric Dumazet1-7/+17
2012-11-25net: dsa/slave: Fix compilation warningsviresh kumar1-7/+9
2012-11-25net: sched: enable CAN Identifier to be build into kernelMarc Kleine-Budde1-1/+1
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-34/+49
2012-11-23Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller12-269/+185
2012-11-22ipv4: do not cache looped multicastsJulian Anastasov1-2/+5
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin3-13/+7
2012-11-22Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller5-13/+15
2012-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-28/+10
2012-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-13/+2
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker2-17/+1
2012-11-22tipc: eliminate an unnecessary cast of node variableYing Xue1-1/+1
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy2-6/+60
2012-11-22tipc: rename supported flag to recv_permittedYing Xue4-12/+12
2012-11-22tipc: remove supportable flag from bclink structureYing Xue3-10/+4
2012-11-21tipc: remove the bearer congestion mechanismYing Xue6-217/+61
2012-11-21tipc: wake up all waiting threads at socket shutdownYing Xue1-3/+4
2012-11-21netfilter: cttimeout: fix buffer overflowFlorian Westphal1-1/+2
2012-11-21netfilter: ipset: Fix range bug in hash:ip,port,netJozsef Kadlecsik4-12/+13
2012-11-21tipc: return POLLOUT for sockets in an unconnected stateErik Hugne1-1/+5
2012-11-21tipc: fix race/inefficiencies in poll/wait behaviourYing Xue1-5/+40
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-5/+25
2012-11-21batman-adv: Use packing of 2 for all headers before an ethernet headerSven Eckelmann1-1/+15
2012-11-21batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich4-23/+11
2012-11-21batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann3-0/+36
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll6-107/+74
2012-11-21batman-adv: support array of debugfs general attributesAntonio Quartulli1-9/+25
2012-11-21batman-adv: fix bla compare functionSimon Wunderlich1-2/+16
2012-11-21batman-adv: Mark best gateway in transtable_global debugfsSven Eckelmann1-26/+64
2012-11-20sctp: send abort chunk when max_retrans exceededNeil Horman2-1/+27
2012-11-20ipv6: fix inet6_csk_update_pmtu() return valueEric Dumazet1-1/+2
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat1-4/+2
2012-11-20caif: Remove redundant null check before kfree in cfctrl.cSachin Kamat1-2/+1
2012-11-20sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel1-25/+124