summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix compile warnings in sctp_tsnmap_num_gabsShan Wei2011-02-201-1/+1
* tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei2011-02-204-21/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-1922-60/+124
|\
| * sctp: fix reporting of unknown parametersJiri Bohac2011-02-191-5/+5
| * tcp: fix inet_twsk_deschedule()Eric Dumazet2011-02-191-0/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-194-20/+44
| |\
| | * netfilter: ip6t_LOG: fix a flaw in printing the MACJoerg Marx2011-02-171-1/+1
| | * netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal2011-02-173-19/+43
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1813-29/+59
| |\ \
| | * | net: deinit automatic LIST_HEADEric Dumazet2011-02-181-0/+2
| | * | net: dont leave active on stack LIST_HEADLinus Torvalds2011-02-181-2/+5
| | * | net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2011-02-182-0/+2
| | * | arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell2011-02-141-10/+20
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-142-0/+3
| | |\ \
| | | * | mac80211: add missing locking in ieee80211_reconfigEliad Peller2011-02-091-0/+2
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-02-091-0/+1
| | | |\ \
| | | | * | Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang2011-02-021-0/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-141-1/+2
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy2011-02-141-1/+2
| | * | | | Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()Jesper Juhl2011-02-131-0/+3
| | * | | | net: dcb: application priority is per net_deviceJohn Fastabend2011-02-131-1/+5
| | * | | | bridge: Replace mp->mglist hlist with a boolHerbert Xu2011-02-123-12/+9
| | * | | | bridge: Fix timer typo that may render snooping less effectiveHerbert Xu2011-02-111-2/+2
| | * | | | bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu2011-02-111-1/+2
| | * | | | ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert2011-02-111-0/+1
| | * | | | xfrm: avoid possible oopse in xfrm_alloc_dstHiroaki SHIMODA2011-02-101-2/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1011-36/+81
| |\| | | |
| | * | | | x25: Do not reference freed memory.David S. Miller2011-02-091-1/+4
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-091-2/+9
| | |\| | |
| | | * | | netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso2011-02-091-2/+9
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-0418-30/+260
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-02-011-3/+1
| |\ \ \ \ \ \
| | * | | | | | NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-251-3/+1
* | | | | | | | ipv4: Implement __ip_dev_find using new interface address hash.David S. Miller2011-02-182-40/+33
* | | | | | | | ipv4: Add hash table of interface addresses.David S. Miller2011-02-181-0/+45
* | | | | | | | ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller2011-02-172-16/+18
* | | | | | | | ipv4: Avoid use of signed integers in fib_trie code.David S. Miller2011-02-171-5/+5
* | | | | | | | net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-175-13/+9
* | | | | | | | ipv4: Consolidate ipv4 dst allocation logic.David S. Miller2011-02-171-31/+21
* | | | | | | | ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow().David S. Miller2011-02-171-7/+6
* | | | | | | | ipv4: Simplify output route creation call sequence.David S. Miller2011-02-171-35/+23
* | | | | | | | net: introduce NETIF_F_RXCSUMMichał Mirosław2011-02-171-24/+23
* | | | | | | | net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław2011-02-171-2/+29
* | | | | | | | net: ethtool: use ndo_fix_features for offload settingMichał Mirosław2011-02-171-13/+32
* | | | | | | | net: Introduce new feature setting opsMichał Mirosław2011-02-172-8/+163
* | | | | | | | ethtool: factorize get/set_one_featureMichał Mirosław2011-02-171-142/+132
* | | | | | | | ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław2011-02-171-12/+23
* | | | | | | | ethtool: enable GSO and GRO by defaultMichał Mirosław2011-02-171-4/+14
* | | | | | | | ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław2011-02-171-1/+1
* | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-152-8/+9
|\ \ \ \ \ \ \ \