summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2009-07-21nl80211: Memory leak fixedNiko Jokinen
2009-07-21mac80211: use correct address for mesh Path ErrorJavier Cardona
2009-07-21rfkill: fix rfkill_set_states() to set the hw stateAlan Jenkins
2009-07-21mac80211: fix injection in monitor modePavel Roskin
2009-07-21rfkill: allow toggling soft state in sysfs againJohannes Berg
2009-07-21mac80211: disable meshJohannes Berg
2009-07-20Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover
2009-07-20RDS/IW: Remove dead codeAndy Grover
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover
2009-07-20RDS: Fix completion notifications on blocking socketsAndy Grover
2009-07-20RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover
2009-07-20RDS/IB: Disable flow control in sysctl and explain whyAndy Grover
2009-07-20RDS/IB: Move tx/rx ring init and refill to laterAndy Grover
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover
2009-07-20RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover
2009-07-20RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover
2009-07-20RDS/IB: Fix printk to indicate remote IP, not localAndy Grover
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover
2009-07-20RDS/IB: Improve RDS protocol version checkingAndy Grover
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover
2009-07-20tcp: Use correct peer adr when copying MD5 keysJohn Dykstra
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra
2009-07-20ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookupsJarek Poplawski
2009-07-20ipv4: Fix inflate_threshold_root automaticallyJarek Poplawski
2009-07-20ipv4: Use synchronize_rcu() during trie_rebalance()Jarek Poplawski
2009-07-20vlan: Propagate physical MTU changesHerbert Xu
2009-07-17udp: cleanupsEric Dumazet
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-16net: sock_copy() fixesEric Dumazet
2009-07-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet
2009-07-16netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg
2009-07-15wext: optimise, comment and fix event sendingJohannes Berg
2009-07-15wireless extensions: make netns awareJohannes Berg
2009-07-14gre: fix ToS/DiffServ inherit bugAndreas Jaggi
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser
2009-07-12net: remove redundant sched/ in net/MakefileChangli Gao
2009-07-12udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala
2009-07-12udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala
2009-07-12udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg
2009-07-12genetlink: make netns awareJohannes Berg
2009-07-12net: make namespace iteration possible under RCUJohannes Berg