summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-01-12tipc: make tipc node address support net namespaceYing Xue
2015-01-12tipc: name tipc name table support net namespaceYing Xue
2015-01-12tipc: make tipc socket support net namespaceYing Xue
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue
2015-01-12tipc: make bearer list support net namespaceYing Xue
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue
2015-01-12tipc: involve namespace infrastructureYing Xue
2015-01-12tipc: remove unused tipc_link_get_max_pkt routineYing Xue
2015-01-12tipc: feed tipc sock pointer to tipc_sk_timeout routineYing Xue
2015-01-12tipc: cleanup core.c and core.h filesYing Xue
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue
2015-01-12tipc: remove tipc_core_start/stop routinesYing Xue
2015-01-12tipc: fix bug in broadcast retransmit codeJon Maloy
2015-01-12bridge: Add ability to enable TSOToshiaki Makita
2015-01-12packet: make packet too small warning match conditionWillem de Bruijn
2015-01-08Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2015-01-08tipc: convert tipc reference table to use generic rhashtableYing Xue
2015-01-07batman-adv: Kconfig, Add missing DEBUG_FS dependencyMarkus Pargmann
2015-01-07batman-adv: Start new development cycleSimon Wunderlich
2015-01-07batman-adv: fix misspelled wordsAntonio Quartulli
2015-01-07batman-adv: clear control block of received socket buffersMartin Hundebøll
2015-01-07batman-adv: checkpatch - remove unnecessary parenthesesAntonio Quartulli
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli
2015-01-07batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli
2015-01-07batman-adv: checkpatch - No space is necessary after a castAntonio Quartulli
2015-01-07batman-adv: checkpatch - else is not generally useful after a break or returnAntonio Quartulli
2015-01-07batman-adv: kernel doc fixes for main.{c, h}Martin Hundebøll
2015-01-07batman-adv: kernel doc fix for distributed-arp-table.hMartin Hundebøll
2015-01-07batman-adv: kernel doc fixes for bridge_loop_avoidance.cMartin Hundebøll
2015-01-07batman-adv: kernel doc fixes for bat_iv_ogm.cMartin Hundebøll
2015-01-07batman-adv: remove obsolete variable primary_iface from orig_nodeSimon Wunderlich
2015-01-07batman-adv: avoid useless return in void functionsAntonio Quartulli
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-01-06ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk
2015-01-06Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2015-01-06Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-01-06batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing
2015-01-06batman-adv: fix multicast counter when purging originatorsLinus Lüssing
2015-01-06batman-adv: fix counter for multicast supporting nodesLinus Lüssing
2015-01-06batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll
2015-01-06batman-adv: fix delayed foreign originator recognitionLinus Lüssing
2015-01-06batman-adv: fix and simplify condition when bonding should be usedSimon Wunderlich
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann
2015-01-05net: tcp: refactor reinitialization of congestion controlDaniel Borkmann
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal
2015-01-05net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann
2015-01-05net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski