summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* RDS/IW: Remove page_shift variable from iwarp transportAndy Grover2009-07-204-22/+11Star
* RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-203-12/+6Star
* RDS: Fix completion notifications on blocking socketsAndy Grover2009-07-201-11/+13
* RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover2009-07-201-3/+3
* RDS/IB: Disable flow control in sysctl and explain whyAndy Grover2009-07-201-1/+11
* RDS/IB: Move tx/rx ring init and refill to laterAndy Grover2009-07-201-6/+12
* RDS: Don't set c_version in __rds_conn_create()Andy Grover2009-07-201-1/+0Star
* RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover2009-07-201-6/+6
* RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover2009-07-201-4/+4
* RDS/IB: Fix printk to indicate remote IP, not localAndy Grover2009-07-201-1/+1
* RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-203-6/+58
* RDS/IB: Improve RDS protocol version checkingAndy Grover2009-07-201-6/+19
* RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-203-1/+7
* ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookupsJarek Poplawski2009-07-201-3/+3
* ipv4: Fix inflate_threshold_root automaticallyJarek Poplawski2009-07-201-7/+22
* ipv4: Use synchronize_rcu() during trie_rebalance()Jarek Poplawski2009-07-201-0/+15
* vlan: Propagate physical MTU changesHerbert Xu2009-07-201-0/+13
* udp: cleanupsEric Dumazet2009-07-171-44/+43Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-179-13/+67
|\
| * net: sock_copy() fixesEric Dumazet2009-07-171-2/+18
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-07-172-5/+21
| |\
| | * netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet2009-07-161-3/+18
| | * netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy2009-07-161-2/+3
| * | net/can: add module alias to can protocol driversLothar Waßmann2009-07-152-0/+2
| * | net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-152-0/+6
| * | gre: fix ToS/DiffServ inherit bugAndreas Jaggi2009-07-141-2/+2
| * | sit: fix regression: do not release skb->dst before xmitSascha Hlusiak2009-07-121-0/+1
| * | net: ip_push_pending_frames() fixEric Dumazet2009-07-122-2/+0Star
| * | net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-121-2/+17
* | | net/compat/wext: send different messages to compat tasksJohannes Berg2009-07-154-3/+148
* | | wext: optimise, comment and fix event sendingJohannes Berg2009-07-151-57/+57
* | | wireless extensions: make netns awareJohannes Berg2009-07-151-32/+29Star
* | | net: Rename lookup_neigh_params functionTobias Klauser2009-07-131-3/+3
* | | net: remove redundant sched/ in net/MakefileChangli Gao2009-07-131-1/+0Star
* | | udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2009-07-122-3/+110
* | | udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala2009-07-121-15/+3Star
* | | udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala2009-07-121-3/+5
* | | udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala2009-07-121-1/+47
* | | udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala2009-07-122-1/+72
* | | net: move and export get_net_ns_by_pidJohannes Berg2009-07-122-20/+22
* | | genetlink: make netns awareJohannes Berg2009-07-125-50/+156
* | | net: make namespace iteration possible under RCUJohannes Berg2009-07-121-3/+11
* | | netlink: use call_rcu for netlink_change_ngroupsJohannes Berg2009-07-121-4/+30
* | | netlink: remove unused exportsJohannes Berg2009-07-121-2/+0Star
* | | cfg80211: disallow configuring unsupported interfacesJohannes Berg2009-07-101-2/+9
* | | cfg80211: clean up naming once and for allJohannes Berg2009-07-107-356/+356
* | | cfg80211: fix lockingJohannes Berg2009-07-1012-195/+804
* | | cfg80211: fix MFP bug, sparse warningsJohannes Berg2009-07-102-6/+6
* | | cfg80211: properly name driver lockingJohannes Berg2009-07-104-49/+45Star
* | | cfg80211: warn again on spurious deauthJohannes Berg2009-07-101-6/+0Star