summaryrefslogtreecommitdiffstats
path: root/net/phonet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-086-100/+463
|\
| * net: Simplify phonet pernet operations.Eric W. Biederman2009-12-011-10/+6
| * net: Move && and || to end of previous lineJoe Perches2009-11-292-4/+4
| * Phonet: convert devices list to RCURémi Denis-Courmont2009-11-182-25/+44
| * netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
| * Phonet: missing rcu_dereference()Rémi Denis-Courmont2009-11-171-1/+1
| * Phonet: convert routing table to RCURémi Denis-Courmont2009-11-131-25/+34
| * Phonet: put protocols array under RCURémi Denis-Courmont2009-11-131-9/+11
| * Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont2009-11-101-17/+12
| * Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-102-25/+55
| * net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
| * Phonet: remove tautologiesRémi Denis-Courmont2009-11-041-4/+2
| * Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont2009-10-151-1/+3
| * net: sk_drops consolidationEric Dumazet2009-10-142-6/+2
| * Phonet: forward incoming packetsRémi Denis-Courmont2009-10-141-0/+32
| * Phonet: route outgoing packetsRémi Denis-Courmont2009-10-141-5/+12
| * Phonet: routing table Netlink interfaceRémi Denis-Courmont2009-10-142-0/+161
| * Phonet: routing table backendRémi Denis-Courmont2009-10-141-6/+94
| * Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont2009-10-142-0/+27
| * net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-5/+3
|/
* Phonet: fix mutex imbalanceRémi Denis-Courmont2009-09-301-1/+0
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont2009-09-241-0/+6
* Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont2009-09-241-8/+8
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* Phonet: Netlink event for autoconfigured addressesRémi Denis-Courmont2009-09-141-1/+8
* Phonet: back-end for autoconfigured addressesRémi Denis-Courmont2009-09-111-1/+25
* Phonet: fix netlink address dump error handlingRémi Denis-Courmont2009-09-111-1/+1
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* phonet: fix build when PROC_FS is disabledRandy Dunlap2009-08-171-0/+2
* Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont2009-08-121-2/+3
* phonet: phonet_device_get() fixEric Dumazet2009-07-271-1/+1
* phonet: Fix build.David S. Miller2009-07-261-0/+1
* Phonet: dropped datagrams accountingRémi Denis-Courmont2009-07-231-1/+4
* Phonet: account for dropped RX packetsRémi Denis-Courmont2009-07-231-1/+6
* Phonet: sockets list through proc_fsRémi Denis-Courmont2009-07-232-0/+103
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont2009-06-251-21/+31
* Phonet: publicize the Netlink notification functionRémi Denis-Courmont2009-06-251-2/+2
* phonet: Use frag list abstraction interfaces.David S. Miller2009-06-092-4/+4
* Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont2009-06-021-2/+3
* trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-2/+1
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-2/+3
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-142-2/+1
|\
| * Phonet: do not compute unused valueRémi Denis-Courmont2009-02-101-1/+1
| * Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont2009-02-101-1/+0
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* | Phonet: use per-namespace devices listremi.denis-courmont@nokia2009-01-262-39/+80