summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* econet: Fix redeclaration of symbol lenHagen Paul Pfeifer2009-10-071-4/+4
* IPv6: use ipv6_addr_set_v4mapped()Brian Haley2009-10-075-34/+21Star
* IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley2009-10-071-1/+2
* net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts2009-10-072-1/+3
* dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2009-10-072-192/+191Star
* dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker2009-10-071-161/+161
* dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker2009-10-073-238/+213Star
* dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker2009-10-072-161/+158Star
* net: mark net_proto_ops as constStephen Hemminger2009-10-0732-33/+33
* make TLLAO option for NA packets configurableOctavian Purdila2009-10-072-0/+9
* Use sk_mark for IPv6 routing lookupsBrian Haley2009-10-077-0/+11
* ethtool: Add reset operationBen Hutchings2009-10-071-0/+23
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-077-7/+14
* Use sk_mark for routing lookup in more placesEric Dumazet2009-10-071-0/+3
* ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2009-10-072-8/+135
* add vif using local interface index instead of IPIlia K2009-10-071-1/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-072-4/+4
|\
| * wext: let get_wireless_stats() sleepJohannes Berg2009-10-051-2/+2
| * pktgen: restore nanosec delaysEric Dumazet2009-10-051-1/+1
| * pktgen: Fix multiqueue handlingEric Dumazet2009-10-051-1/+1
* | net: speedup sk_wake_async()Eric Dumazet2009-10-071-0/+3
* | net: export device speed and duplex via sysfsAndy Gospodarek2009-10-051-0/+40
* | cfg80211: assign device type in netdev notifier callbackMarcel Holtmann2009-10-052-5/+7
* | net: introduce NETDEV_POST_INIT notifierJohannes Berg2009-10-051-0/+6
* | tunnels: Optimize tx pathEric Dumazet2009-10-053-6/+9
* | ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-054-45/+34Star
* | af_packet: add interframe drop cmsg (v6)Neil Horman2009-10-051-0/+33
* | pktgen: Avoid dirtying skb->users when txq is fullEric Dumazet2009-10-051-4/+7
* | icmp: No need to call sk_write_space()Eric Dumazet2009-10-051-0/+4
* | ethtool: Remove support for obsolete string query operationsBen Hutchings2009-10-051-48/+10Star
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-027-10/+19
|\|
| * net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet2009-10-021-1/+1
| * net: Use sk_mark for routing lookup in more placesAtis Elsts2009-10-023-0/+3
| * IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman2009-10-021-5/+6
| * net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton2009-10-021-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-011-1/+4
| |\
| | * mac80211: Fix [re]association power saving issue on AP sideIgor Perminov2009-09-291-1/+4
| * | pktgen: Fix delay handlingEric Dumazet2009-10-011-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-0148-119/+127
|\| |
| * | ax25: Fix possible oops in ax25_make_newJarek Poplawski2009-10-011-1/+1
| * | net: restore tx timestamping for accelerated vlansEric Dumazet2009-10-011-3/+3
| * | Phonet: fix mutex imbalanceRémi Denis-Courmont2009-10-011-1/+0Star
| * | sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak2009-10-011-1/+1
| * | net: Fix sock_wfree() raceEric Dumazet2009-10-011-7/+12
| * | net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-0145-106/+110
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-3013-106/+52Star
|\|
| * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2009-09-285-28/+26Star
| |\
| | * wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-282-8/+6Star
| | * wext: Add bound checks for copy_from_userArjan van de Ven2009-09-281-3/+6