aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-214-7/+166
* | | | net: rps: fix the wrong network header pointerChangli Gao2010-08-211-2/+2
* | | | net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron2010-08-203-0/+606
* | | | net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2010-08-202-13/+4
* | | | net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-17/+16
* | | | netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-10/+5
* | | | netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-16/+15
* | | | net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-29/+38
* | | | net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao2010-08-191-16/+7
* | | | net: rps: skip fragment when computing rxhashChangli Gao2010-08-191-1/+4
* | | | net: rps: reset network header before calling skb_get_rxhash()Changli Gao2010-08-191-0/+1
* | | | atm: remove a net_device_stats clearEric Dumazet2010-08-191-1/+0
* | | | net: simplify flags for tx timestampingOliver Hartkopp2010-08-199-21/+20
* | | | net/ax25: Use available error codesJulia Lawall2010-08-181-1/+1
* | | | net/ax25: Use available error codesJulia Lawall2010-08-181-2/+2
* | | | net/sched: remove unneeded NULL checkDan Carpenter2010-08-181-1/+1
* | | | tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-174-1/+39
* | | | tipc: Allow connect() to wait indefinitelyAllan Stephens2010-08-171-4/+7
* | | | tipc: Minor enhancements to name table display formatAllan Stephens2010-08-171-28/+16
* | | | tipc: Optimize tipc_node_has_active_links()Allan Stephens2010-08-171-2/+1
* | | | tipc: Remove per-connection sequence number logicAllan Stephens2010-08-171-12/+3
* | | | tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens2010-08-171-3/+2
* | | | tipc: Fix premature broadcast advertisement by sending nodeAllan Stephens2010-08-171-11/+19
* | | | tipc: Prevent crash when broadcast link cannot send to all nodesAllan Stephens2010-08-171-4/+6
* | | | tipc: Check for disabled bearer when processing incoming messagesAllan Stephens2010-08-171-0/+14
* | | | tipc: correct problems with misleading flags returned using poll()Allan Stephens2010-08-171-21/+40
* | | | tipc: Provide correct error code for unsupported connect() operationAllan Stephens2010-08-171-1/+1
* | | | tipc: add SO_RCVLOWAT support to stream socket receive pathFlorian Westphal2010-08-171-3/+4
* | | | tipc: Fix log buffer memory leak if initialization failsAnders Kaseorg2010-08-171-2/+4
* | | | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-10/+23
* | | | net/decnet: Adjust confusing if indentationJulia Lawall2010-08-161-4/+4
* | | | net/atm: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* | | | core: Factor out flow calculation from get_rps_cpuKrishna Kumar2010-08-161-44/+62
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-163-19/+9
|\ \ \ \ | |/ / /
| * | | Revert "netlink: netlink_recvmsg() fix"David S. Miller2010-08-151-16/+6
| * | | ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang2010-08-141-2/+2
| * | | xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu2010-08-141-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1310-34/+76
|\ \ \ \ | |/ / /
| * | | phylib: available for any speed ethernetRandy Dunlap2010-08-111-1/+1
| * | | can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-111-14/+27
| * | | pkt_sched: Check .walk and .leaf class handlersJarek Poplawski2010-08-111-1/+1
| * | | pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski2010-08-111-0/+6
| * | | caif: Bugfix - Increase default headroom size for control channel.Sjur Braendeland2010-08-101-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-102-7/+12
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-08-101-6/+5
| | |\ \
| | | * | Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTMMat Martineau2010-08-101-2/+0
| | | * | Bluetooth: Fix endianness issue with L2CAP MPS configurationMat Martineau2010-08-101-4/+5
| | * | | cfg80211: fix locking in action frame TXJohannes Berg2010-08-091-1/+7
| | |/ /
| * | | net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-104-6/+6
| * | | pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski2010-08-101-5/+17