summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* atm: convert clip driver to net_device_opsStephen Hemminger2009-03-211-3/+6
* atm: convert mpc device to using netdev_opsStephen Hemminger2009-03-212-19/+18
* dsa: add switch chip cascading supportLennert Buytenhek2009-03-219-188/+363
* dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek2009-03-212-11/+17
* dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek2009-03-211-0/+13
* ipx: use constant for strings and desciptorStephen Hemminger2009-03-211-6/+6
* snap: use const for descriptorStephen Hemminger2009-03-211-3/+3
* net: remove useless prefetch() callEric Dumazet2009-03-211-1/+0
* sctp: Clean up TEST_FRAME hacks.Vlad Yasevich2009-03-211-4/+1
* skb: expose and constify hash primitivesStephen Hemminger2009-03-211-1/+2
* atm: lec use dev_change_mtuStephen Hemminger2009-03-211-1/+1
* net/*: use linux/kernel.h swap()Ilpo Järvinen2009-03-214-37/+8
* netrom: zero length frame filtering in NetRomBernard Pidoux2009-03-211-1/+10
* ax25: zero length frame filtering in AX25Bernard Pidoux2009-03-211-0/+12
* ax25: SOCK_DEBUG message simplificationBernard Pidoux2009-03-211-3/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-205-8/+9
|\
| * netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]2009-03-182-5/+5
| * net: kfree(napi->skb) => kfree_skbRoel Kluin2009-03-181-1/+1
| * net: fix sctp breakageAl Viro2009-03-181-1/+2
| * ipv6: fix display of local and remote sit endpointsBjørn Mork2009-03-181-1/+1
* | tipc: fix non-const printf format argumentsStephen Hemminger2009-03-184-5/+5
* | tcp: remove parameter from tcp_recv_urg().Rami Rosen2009-03-181-3/+2
* | ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley2009-03-181-7/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-1710-69/+206
|\ \
| * | cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez2009-03-164-1/+90
| * | cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez2009-03-163-39/+48
| * | cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez2009-03-161-2/+0
| * | mac80211: deauth before flushing STA informationHerton Ronaldo Krzesinski2009-03-161-4/+12
| * | mac80211: handle failed scan requests in STA modeHelmut Schaa2009-03-163-2/+25
| * | cfg80211: fix max tx power for world regdom on 5 GHz to 20dBmLuis R. Rodriguez2009-03-161-2/+2
| * | cfg80211: Enable passive scan on channels 12-14 for world roamingLuis R. Rodriguez2009-03-161-3/+14
| * | mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen2009-03-162-17/+16
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-1711-41/+90
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-174-0/+18
| |\ \
| | * | mac80211: Fix panic on fragmentation with power savingJouni Malinen2009-03-161-0/+2
| | * | lib80211: silence excessive crypto debugging messagesJohn W. Linville2009-03-163-0/+16
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-174-7/+8
| |\ \ \
| | * | | netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch2009-03-161-4/+4
| | * | | netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2009-03-162-3/+3
| | * | | netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso2009-03-161-0/+1
| * | | | gro: Fix legacy path napi_complete crashHerbert Xu2009-03-171-2/+3
| | |/ / | |/| |
| * | | xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller2009-03-131-32/+58
| * | | ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra2009-03-111-0/+3
* | | | gro: Fix vlan/netpoll check againHerbert Xu2009-03-171-3/+6
* | | | GRO: Move netpoll checks to correct locationHerbert Xu2009-03-162-21/+7
| |_|/ |/| |
* | | tcp: make sure xmit goal size never becomes zeroIlpo Järvinen2009-03-151-1/+1
* | | tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen2009-03-151-2/+12
* | | tcp: simplify tcp_current_mssIlpo Järvinen2009-03-153-43/+43
* | | tcp: don't check mtu probe completion in the loopIlpo Järvinen2009-03-151-7/+6
* | | tcp: consolidate paws checkIlpo Järvinen2009-03-152-8/+7
OpenPOWER on IntegriCloud