summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-13tipc: make tipc node address support net namespaceYing Xue17-194/+246
2015-01-13tipc: name tipc name table support net namespaceYing Xue15-116/+154
2015-01-13tipc: make tipc socket support net namespaceYing Xue6-33/+43
2015-01-13tipc: make tipc broadcast link support net namespaceYing Xue12-205/+259
2015-01-13tipc: make bearer list support net namespaceYing Xue10-73/+110
2015-01-13tipc: make tipc node table aware of net namespaceYing Xue21-244/+329
2015-01-13tipc: involve namespace infrastructureYing Xue15-86/+151
2015-01-13tipc: remove unused tipc_link_get_max_pkt routineYing Xue2-28/+0
2015-01-13tipc: feed tipc sock pointer to tipc_sk_timeout routineYing Xue1-17/+16
2015-01-13tipc: cleanup core.c and core.h filesYing Xue12-89/+74
2015-01-13tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue8-118/+50
2015-01-13tipc: remove tipc_core_start/stop routinesYing Xue1-43/+23
2015-01-13tipc: fix bug in broadcast retransmit codeJon Maloy1-2/+3
2015-01-13bridge: Add ability to enable TSOToshiaki Makita1-0/+1
2015-01-13packet: make packet too small warning match conditionWillem de Bruijn1-1/+1
2015-01-09Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller23-61/+43
2015-01-09tipc: convert tipc reference table to use generic rhashtableYing Xue6-353/+180
2015-01-08batman-adv: Kconfig, Add missing DEBUG_FS dependencyMarkus Pargmann1-0/+1
2015-01-07batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2015-01-07batman-adv: fix misspelled wordsAntonio Quartulli6-8/+8
2015-01-07batman-adv: clear control block of received socket buffersMartin Hundebøll1-0/+3
2015-01-07batman-adv: checkpatch - remove unnecessary parenthesesAntonio Quartulli1-2/+2
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli11-18/+0
2015-01-07batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli4-0/+4
2015-01-07batman-adv: checkpatch - No space is necessary after a castAntonio Quartulli1-4/+4
2015-01-07batman-adv: checkpatch - else is not generally useful after a break or returnAntonio Quartulli4-9/+5
2015-01-07batman-adv: kernel doc fixes for main.{c, h}Martin Hundebøll2-5/+4
2015-01-07batman-adv: kernel doc fix for distributed-arp-table.hMartin Hundebøll1-3/+1
2015-01-07batman-adv: kernel doc fixes for bridge_loop_avoidance.cMartin Hundebøll1-1/+5
2015-01-07batman-adv: kernel doc fixes for bat_iv_ogm.cMartin Hundebøll1-4/+5
2015-01-07batman-adv: remove obsolete variable primary_iface from orig_nodeSimon Wunderlich1-2/+0
2015-01-07batman-adv: avoid useless return in void functionsAntonio Quartulli2-4/+0
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-19/+32
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-18/+31
2015-01-07ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk1-11/+34
2015-01-06Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-10/+16
2015-01-06Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller1-3/+9
2015-01-06batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing1-3/+3
2015-01-06batman-adv: fix multicast counter when purging originatorsLinus Lüssing1-1/+2
2015-01-06batman-adv: fix counter for multicast supporting nodesLinus Lüssing1-3/+5
2015-01-06batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll1-1/+1
2015-01-06batman-adv: fix delayed foreign originator recognitionLinus Lüssing1-0/+1
2015-01-06batman-adv: fix and simplify condition when bonding should be usedSimon Wunderlich1-2/+4
2015-01-06net: tcp: add per route congestion controlDaniel Borkmann4-4/+51
2015-01-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann5-8/+45
2015-01-06net: tcp: add key management to congestion controlDaniel Borkmann1-16/+81
2015-01-06net: tcp: refactor reinitialization of congestion controlDaniel Borkmann1-10/+14
2015-01-06net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2-43/+83
2015-01-06net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann1-7/+6
2015-01-06net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski2-3/+9