summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-062-4/+4
|\
| * wext: let get_wireless_stats() sleepJohannes Berg2009-10-051-2/+2
| * pktgen: restore nanosec delaysEric Dumazet2009-10-041-1/+1
| * pktgen: Fix multiqueue handlingEric Dumazet2009-10-041-1/+1
* | net: speedup sk_wake_async()Eric Dumazet2009-10-061-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/+34
* | 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/+10
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-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-013-0/+3
| * IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman2009-10-011-5/+6
| * net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton2009-10-011-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-09-3048-119/+127
|\ \ \ | |/ /
| * | ax25: Fix possible oops in ax25_make_newJarek Poplawski2009-09-301-1/+1
| * | net: restore tx timestamping for accelerated vlansEric Dumazet2009-09-301-3/+3
| * | Phonet: fix mutex imbalanceRĂ©mi Denis-Courmont2009-09-301-1/+0
| * | sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak2009-09-301-1/+1
| * | net: Fix sock_wfree() raceEric Dumazet2009-09-301-7/+12
| * | net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-3045-106/+110
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-3013-106/+52
|\ \ | |/
| * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2009-09-285-28/+26
| |\
| | * wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-282-8/+6
| | * wext: Add bound checks for copy_from_userArjan van de Ven2009-09-281-3/+6
| | * mac80211: improve/fix mlme messagesJohannes Berg2009-09-281-9/+9
| | * cfg80211: always get BSSJohannes Berg2009-09-281-3/+2
| | * cfg80211: don't set privacy w/o keyJohannes Berg2009-09-281-1/+2
| | * cfg80211: wext: don't display BSSID unless associatedJohannes Berg2009-09-281-4/+1
| * | net: Add explicit bound checks in net/socket.cArjan van de Ven2009-09-281-1/+6
| * | bridge: Fix double-free in br_add_if.Jeff Hansen2009-09-281-0/+1
| * | ax25: Add missing dev_put in ax25_setsockoptRalf Baechle2009-09-281-9/+10
| |/
| * Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2009-09-262-59/+0
| * net: fix double skb free in dcbnlJohn Fastabend2009-09-261-8/+7
| * net: fix nlmsg len size for skb when error bit is set.John Fastabend2009-09-261-1/+1
| * net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend2009-09-261-0/+1
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
|/
* ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlJarek Poplawski2009-09-251-10/+17
* genetlink: fix netns vs. netlink table locking (2)Johannes Berg2009-09-242-9/+14
* tunnel: eliminate recursion fieldEric Dumazet2009-09-244-35/+1
OpenPOWER on IntegriCloud