aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek
2009-03-21dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek
2009-03-21dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek
2009-03-21ipx: use constant for strings and desciptorStephen Hemminger
2009-03-21snap: use const for descriptorStephen Hemminger
2009-03-21net: remove useless prefetch() callEric Dumazet
2009-03-21sctp: Clean up TEST_FRAME hacks.Vlad Yasevich
2009-03-21skb: expose and constify hash primitivesStephen Hemminger
2009-03-21atm: lec use dev_change_mtuStephen Hemminger
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen
2009-03-21netrom: zero length frame filtering in NetRomBernard Pidoux
2009-03-21ax25: zero length frame filtering in AX25Bernard Pidoux
2009-03-21ax25: SOCK_DEBUG message simplificationBernard Pidoux
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-18netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]
2009-03-18net: kfree(napi->skb) => kfree_skbRoel Kluin
2009-03-18net: fix sctp breakageAl Viro
2009-03-18tipc: fix non-const printf format argumentsStephen Hemminger
2009-03-18ipv6: fix display of local and remote sit endpointsBjørn Mork
2009-03-18tcp: remove parameter from tcp_recv_urg().Rami Rosen
2009-03-18ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-03-17gro: Fix legacy path napi_complete crashHerbert Xu
2009-03-17gro: Fix vlan/netpoll check againHerbert Xu
2009-03-16cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez
2009-03-16cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez
2009-03-16cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez
2009-03-16mac80211: deauth before flushing STA informationHerton Ronaldo Krzesinski
2009-03-16mac80211: handle failed scan requests in STA modeHelmut Schaa
2009-03-16cfg80211: fix max tx power for world regdom on 5 GHz to 20dBmLuis R. Rodriguez
2009-03-16cfg80211: Enable passive scan on channels 12-14 for world roamingLuis R. Rodriguez
2009-03-16mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen
2009-03-16mac80211: Fix panic on fragmentation with power savingJouni Malinen
2009-03-16lib80211: silence excessive crypto debugging messagesJohn W. Linville
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu
2009-03-16netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch
2009-03-16netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch
2009-03-16netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso
2009-03-15tcp: make sure xmit goal size never becomes zeroIlpo Järvinen
2009-03-15tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen
2009-03-15tcp: don't check mtu probe completion in the loopIlpo Järvinen
2009-03-15tcp: consolidate paws checkIlpo Järvinen
2009-03-15tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski
2009-03-13tcp: '< 0' test on unsignedRoel Kluin